We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fec1c1 + ddfdb9b commit c4ca30dCopy full SHA for c4ca30d
.dockerignore
@@ -3,5 +3,4 @@ dist
3
.vscode
4
.github
5
nestia
6
-.env
7
-.env.local
+
prod.dockerfile
@@ -26,7 +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