Update entry to launch uwsgi server
This commit is contained in:
parent
525a629993
commit
319ac897a7
@ -21,7 +21,7 @@ EXPOSE "${APP_PORT}"
|
|||||||
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
|
||||||
|
|
||||||
# Default command is to launch the server
|
# 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
|
### Items that will change almost every build
|
||||||
#############################################
|
#############################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user