mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 14:33:33 -07:00
Fix missing alembic in prod image
This commit is contained in:
parent
7e67434efd
commit
47f0cc75a9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ RUN poetry install --no-dev --no-interaction --no-ansi
|
|||
|
||||
# project code
|
||||
COPY ./mealie /app/mealie
|
||||
COPY ./alembic /app
|
||||
COPY ./alembic /app/alembic
|
||||
COPY alembic.ini /app
|
||||
COPY ./Caddyfile /app
|
||||
COPY ./dev/data/templates /app/data/templates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue