Skip to content

Commit 45ce65e

Browse files
authored
Update Dockerfile
1 parent 844342b commit 45ce65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ FROM node:18-alpine AS prod
1717
WORKDIR /app
1818
COPY --from=builder app/apps/user/dist ./dist
1919
COPY --from=builder app/package.json ./package.json
20-
COPY --from=builder ./node_modules ./node_modules
20+
COPY --from=builder app/node_modules ./node_modules
2121
EXPOSE 8080
2222
CMD ["node", "dist/src/main.js"]

0 commit comments

Comments
 (0)