Skip to content

Commit

Permalink
removed gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Jul 21, 2023
1 parent 46b8657 commit 013fb91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ EXPOSE 8080/tcp

#CMD flask --app dsmlp.admission_controller run --host=0.0.0.0
CMD waitress-serve --listen=*:8080 --call 'dsmlp.admission_controller:create_app'
# CMD gunicorn -w 4 -b 0.0.0.0 --certfile=/app/pki/tls.crt --keyfile=/app/pki/tls.key 'dsmlp.admission_controller:create_app()'
# CMD /app/entrypoint.sh

0 comments on commit 013fb91

Please sign in to comment.