We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb696f1 commit 60548ccCopy full SHA for 60548cc
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:21.6.2-bullseye-slim
2
3
-RUN RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
+RUN apt-get update && apt-get install -y --no-install-recommends dumb-init
4
ENV NODE_ENV production
5
WORKDIR /usr/src/app
6
COPY --chown=node:node . .
0 commit comments