[Bug] Update API Entrypoint

- server.py is now located in the API folder
This commit is contained in:
drewwalters96 2017-07-24 18:07:12 +00:00 committed by Drew Walters
parent 05818f6d00
commit 9cd71c8b55
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ PORT="8000"
set -e
if [ "$1" = 'server' ]; then
gunicorn server:api -b :$PORT
gunicorn server:api -b :$PORT --chdir armada/api
fi
if [ "$1" = 'tiller' ] || [ "$1" = 'apply' ]; then