diff --git a/deployment/docker/app.sh b/deployment/docker/app.sh index e343cd53d96c6c147c061a979a5a430f583591f9..9ffe1ba20432009cf822e68e6fbd8864c49c9669 100755 --- a/deployment/docker/app.sh +++ b/deployment/docker/app.sh @@ -45,6 +45,8 @@ if [ ! -e "$HOME/$ADMIN_CREATED" -a -n "$DJANGO_CREATE_ADMIN_PASSWORD" ]; then touch $HOME/$ADMIN_CREATED fi +touch $HOME/PREPARATION_DONE + if [ "$1" == "webworker" -o "$STARTMODE" == "webworker" ]; then # start gunicorn (might be called indirectly via supervisor when started with 'all') gunicorn_params=()