Skip to content

Commit 6064d86

Browse files
Merge pull request #281 from ioparaskev/master
Set the CWD for gunicorn to $DATA_DIR
2 parents 10b9122 + 37f225d commit 6064d86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/start.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ satosa-saml-metadata \
4141
# if the user provided a gunicorn configuration, use it
4242
if [ -f "$GUNICORN_CONF" ]
4343
then conf_opt="--config ${GUNICORN_CONF}"
44+
else conf_opt="--chdir ${DATA_DIR}"
4445
fi
4546

4647
# if HTTPS cert is available, use it

0 commit comments

Comments
 (0)