Fix mini bug on docker entry point

pull/26/head
Guillermo Rodriguez 2023-10-03 13:11:18 -03:00
parent 24fae4c451
commit 537670d1f3
No known key found for this signature in database
GPG Key ID: EC3AB66D5D83B392
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 "$@"