Fix mini bug on docker entry point

pull/25/head
Guillermo Rodriguez 2023-10-03 13:11:18 -03:00
parent 6c3f9c672a
commit 6be4f9d085
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
export VIRTUAL_ENV='/skynet/.venv'
poetry env use $VIRTUAL_ENV/bin/python
exec "$@"
exec poetry run "$@"