mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-27 08:14:30 -04:00
Merge pull request #40 from richardmitic/remove-test-prod
Remove test directory in production docker image
This commit is contained in:
@@ -20,6 +20,7 @@ RUN pip install -r requirements.txt
|
||||
COPY ./mealie /app
|
||||
COPY ./mealie/data/templates/recipes.md /app/data/templates/
|
||||
COPY --from=build-stage /app/dist /app/dist
|
||||
RUN rm -rf /app/test
|
||||
|
||||
ENV ENV prod
|
||||
|
||||
|
||||
Reference in New Issue
Block a user