Remove usage of poetry in run script

This commit is contained in:
Antoine Bertin 2021-04-30 01:40:15 +02:00
commit 65c5ac7f1d
No known key found for this signature in database
GPG key ID: 09851B52754E2327

View file

@ -7,8 +7,8 @@ ARG1=${1:-production}
# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" # DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
# # Initialize Database Prerun # # Initialize Database Prerun
poetry run alembic upgrade head alembic upgrade head
poetry run python /app/mealie/services/image/minify.py python /app/mealie/services/image/minify.py
# TODO # TODO
# Set Port from ENV Variable # Set Port from ENV Variable