We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ff62fa + 2c85f4b commit 4fec1c1Copy full SHA for 4fec1c1
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