Merge pull request #40 from richardmitic/remove-test-prod

Remove test directory in production docker image
This commit is contained in:
Hayden 2021-01-06 08:04:27 -09:00 committed by GitHub
commit f0536356c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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