fix: Images Using Wrong Content Type (#4441)

This commit is contained in:
Michael Genson
2024-10-25 09:53:42 -05:00
committed by GitHub
parent d48320f0a5
commit f7e595b404
3 changed files with 4 additions and 15 deletions

View File

@@ -131,7 +131,6 @@ HEALTHCHECK CMD python $MEALIE_HOME/mealie/scripts/healthcheck.py || exit 1
# ----------------------------------
# Copy Frontend
# copying caddy into image
ENV STATIC_FILES=/spa/static
COPY --from=builder /app/dist ${STATIC_FILES}