We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d3c674 commit 8b0418dCopy full SHA for 8b0418d
1 file changed
prod.dockerfile
@@ -27,6 +27,8 @@ ENV NODE_ENV=production
27
28
COPY scripts/server-start.sh ./server-start.sh
29
30
+COPY .env ./
31
+
32
RUN chmod +x ./server-start.sh
33
34
CMD ["./server-start.sh"]
0 commit comments