We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edf000 commit 2c85f4bCopy full SHA for 2c85f4b
1 file changed
prod.dockerfile
@@ -26,6 +26,7 @@ COPY --from=builder /app/src/config ./src/config
26
ENV NODE_ENV=production
27
28
COPY scripts/server-start.sh ./server-start.sh
29
+COPY .env ./
30
RUN chmod +x ./server-start.sh
31
32
CMD ["./server-start.sh"]
0 commit comments