mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-05 05:25:26 +02:00
hotfix: fix dockerfile for alembic
This commit is contained in:
parent
fdfb5b1a5e
commit
684f39fe24
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ COPY ./poetry.lock ./pyproject.toml $MEALIE_HOME/
|
|||
COPY ./gunicorn_conf.py $MEALIE_HOME
|
||||
|
||||
#! 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
|
||||
WORKDIR $MEALIE_HOME
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue