mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-07 06:25:21 +02:00
formatting
This commit is contained in:
parent
8b75fa68bf
commit
1c83cd55bb
1 changed files with 1 additions and 1 deletions
|
@ -40,9 +40,9 @@ RUN apk add --update --no-cache --virtual .build-deps \
|
||||||
cd /app/ && poetry install --no-root --no-dev && \
|
cd /app/ && poetry install --no-root --no-dev && \
|
||||||
apk --purge del .build-deps
|
apk --purge del .build-deps
|
||||||
|
|
||||||
|
|
||||||
COPY ./mealie /app/mealie
|
COPY ./mealie /app/mealie
|
||||||
RUN poetry install --no-dev
|
RUN poetry install --no-dev
|
||||||
|
|
||||||
COPY ./Caddyfile /app
|
COPY ./Caddyfile /app
|
||||||
COPY ./dev/data/templates /app/data/templates
|
COPY ./dev/data/templates /app/data/templates
|
||||||
COPY --from=build-stage /app/dist /app/dist
|
COPY --from=build-stage /app/dist /app/dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue