update version
This commit is contained in:
parent
31483ba9c6
commit
80abe21699
4 changed files with 7 additions and 6 deletions
|
@ -41,10 +41,11 @@ build_api() {
|
|||
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||
export POETRY_NO_INTERACTION=1
|
||||
export VENV_PATH="/usr/share/mealie/.venv"
|
||||
|
||||
export PYSETUP_PATH="/opt/pysetup"
|
||||
|
||||
[ -e /usr/share/mealie ] && rm -fr /usr/share/mealie
|
||||
mkdir /usr/share/mealie
|
||||
mv mealie/ alembic* poetry.lock gunicorn_conf.py pyproject.toml /usr/share/mealie
|
||||
cp -fr mealie/ alembic* poetry.lock gunicorn_conf.py pyproject.toml /usr/share/mealie
|
||||
cd /usr/share/mealie
|
||||
poetry install -E pgsql --no-dev
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue