mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
hotfix: fix dockerfile for alembic
This commit is contained in:
parent
fdfb5b1a5e
commit
684f39fe24
@ -115,7 +115,8 @@ COPY ./poetry.lock ./pyproject.toml $MEALIE_HOME/
|
|||||||
COPY ./gunicorn_conf.py $MEALIE_HOME
|
COPY ./gunicorn_conf.py $MEALIE_HOME
|
||||||
|
|
||||||
#! Future
|
#! Future
|
||||||
# COPY ./alembic ./alembic.ini $MEALIE_HOME/
|
COPY ./alembic $MEALIE_HOME/alembic
|
||||||
|
COPY ./alembic.ini $MEALIE_HOME/
|
||||||
|
|
||||||
# venv already has runtime deps installed we get a quicker install
|
# venv already has runtime deps installed we get a quicker install
|
||||||
WORKDIR $MEALIE_HOME
|
WORKDIR $MEALIE_HOME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user