Skip to content

Commit

Permalink
Added fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Apr 2, 2024
1 parent d8a80ef commit b243083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerrun.bash
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ if [ -f /fence/jwt-keys.tar ]; then
if [ -d jwt-keys ]; then
mkdir -p keys
mv jwt-keys/* keys/
rm -rf /fence/keys/key/
fi
)
fi

gunicorn -c deployment/wsgi/gunicorn.conf.py
gunicorn -c /fence/deployment/wsgi/gunicorn.conf.py

0 comments on commit b243083

Please sign in to comment.