From 9cd71c8b55173a9c9c45bfb939d19277fabd902d Mon Sep 17 00:00:00 2001 From: drewwalters96 Date: Mon, 24 Jul 2017 18:07:12 +0000 Subject: [PATCH] [Bug] Update API Entrypoint - server.py is now located in the API folder --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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