Fix missing alembic in prod image

This commit is contained in:
Antoine Bertin 2021-04-30 01:24:15 +02:00
commit 47f0cc75a9
No known key found for this signature in database
GPG key ID: 09851B52754E2327

View file

@ -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