Update entry to launch uwsgi server

This commit is contained in:
Devon Mackay 2018-08-07 10:58:24 -04:00
parent 525a629993
commit 319ac897a7

View File

@ -21,7 +21,7 @@ EXPOSE "${APP_PORT}"
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
# Default command is to launch the server
CMD ["bash", "-c", "${APP_DIR}/script/server"]
CMD ["bash", "-c", "${APP_DIR}/script/uwsgi_server"]
### Items that will change almost every build
#############################################