mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Remove usage of poetry in run script
This commit is contained in:
parent
6e3c2e642b
commit
65c5ac7f1d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue