We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037b7ef commit cc5dee2Copy full SHA for cc5dee2
docker/Dockerfile
@@ -12,6 +12,5 @@ RUN npm run build
12
FROM node:18-alpine
13
RUN apk add --no-cache bash
14
WORKDIR /app
15
-ADD ./ .
16
-COPY --from=builder /app/node_modules /app/node_modules
17
-CMD ["npm", "start"]
+COPY --from=builder /app /app
+CMD ["npm", "start"]
0 commit comments