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 51c96f3 commit a920de9Copy full SHA for a920de9
api.Dockerfile
@@ -20,6 +20,8 @@ COPY --from=builder /app/node_modules ./node_modules
20
COPY --from=builder /app/apps/api ./apps/api
21
COPY --from=builder /app/packages ./packages
22
23
+ENV NODE_ENV=production
24
+
25
EXPOSE 4000
26
27
WORKDIR /app/apps/api
0 commit comments