mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Remove test directory in production docker image
This commit is contained in:
parent
de17085e04
commit
842989647e
@ -20,6 +20,7 @@ RUN pip install -r requirements.txt
|
|||||||
COPY ./mealie /app
|
COPY ./mealie /app
|
||||||
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
||||||
COPY --from=build-stage /app/dist /app/dist
|
COPY --from=build-stage /app/dist /app/dist
|
||||||
|
RUN rm -rf /app/test
|
||||||
|
|
||||||
ENV ENV prod
|
ENV ENV prod
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user