We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844342b commit 45ce65eCopy full SHA for 45ce65e
apps/user/Dockerfile
@@ -17,6 +17,6 @@ FROM node:18-alpine AS prod
17
WORKDIR /app
18
COPY --from=builder app/apps/user/dist ./dist
19
COPY --from=builder app/package.json ./package.json
20
-COPY --from=builder ./node_modules ./node_modules
+COPY --from=builder app/node_modules ./node_modules
21
EXPOSE 8080
22
CMD ["node", "dist/src/main.js"]
0 commit comments