Skip to content

Commit

Permalink
fix: automatic package lib folder linking
Browse files Browse the repository at this point in the history
  • Loading branch information
Salvatore Laiso committed Feb 7, 2024
1 parent 6198543 commit 95cc947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion example/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ if [[ $GET_IDEM_MDQ_KEY == true ]]; then
echo "Downloaded IDEM MDQ key"
fi

uwsgi --ini /satosa_proxy/uwsgi_setup/uwsgi/uwsgi.ini.docker
wsgi_file=/.venv/lib/$(python -c 'import sys; print(f"python{sys.version_info.major}.{sys.version_info.minor}")')/site-packages/satosa/wsgi.py
uwsgi --ini /satosa_proxy/uwsgi_setup/uwsgi/uwsgi.ini.docker --wsgi-file $wsgi_file
1 change: 0 additions & 1 deletion example/uwsgi_setup/uwsgi/uwsgi.ini.docker
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ processes = 8
# sets max connections to
listen = 2048

wsgi-file = /.venv/lib/python3.11/site-packages/satosa/wsgi.py
callable = app

log-master-bufsize = 128000
Expand Down

0 comments on commit 95cc947

Please sign in to comment.