mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
Fix missing app installation in docker images
This commit is contained in:
parent
47f0cc75a9
commit
6e3c2e642b
2 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,9 @@ COPY alembic.ini /app
|
||||||
COPY ./Caddyfile /app
|
COPY ./Caddyfile /app
|
||||||
COPY ./dev/data/templates /app/data/templates
|
COPY ./dev/data/templates /app/data/templates
|
||||||
|
|
||||||
|
# project app
|
||||||
|
RUN poetry install --no-dev --no-interaction --no-ansi
|
||||||
|
|
||||||
# frontend build
|
# frontend build
|
||||||
COPY --from=build-stage /app/dist /app/dist
|
COPY --from=build-stage /app/dist /app/dist
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,7 @@ COPY ./mealie /app/mealie
|
||||||
COPY ./alembic /app/alembic
|
COPY ./alembic /app/alembic
|
||||||
COPY alembic.ini /app
|
COPY alembic.ini /app
|
||||||
|
|
||||||
|
# project app
|
||||||
|
RUN poetry install --no-dev --no-interaction --no-ansi
|
||||||
|
|
||||||
CMD [ "/app/mealie/run.sh", "development" ]
|
CMD [ "/app/mealie/run.sh", "development" ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue