Skip to content

Commit

Permalink
nginx image has default cmd "start-nginx"
Browse files Browse the repository at this point in the history
This should allow nginx to start both locally and in prod. The
self-signed certs will be generated in both, but since we have SSL at
the ingress level in prod, they will be vestigial in prod
  • Loading branch information
bkiahstroud committed Aug 20, 2024
1 parent 8d87e51 commit adacea0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ COPY nginx/scripts/start-nginx /usr/local/bin/start-nginx

VOLUME ["/manifold_sockets","/manifold_data"]

CMD [ "start-nginx" ]

EXPOSE 80 443

0 comments on commit adacea0

Please sign in to comment.