diff --git a/entrypoint.sh b/entrypoint.sh index b296683e..e1d54e32 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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