mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
formatting
This commit is contained in:
parent
8b75fa68bf
commit
1c83cd55bb
@ -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…
x
Reference in New Issue
Block a user