fixup! Rework my page and add info from listenbrainz
Docker Build and Push / build-and-push (push) Failing after 19s

This commit is contained in:
2026-02-04 15:02:22 +03:00
parent 8c1ffdcdfe
commit f571bf801e
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@ WORKDIR /app
COPY . .
COPY --from=sass /build/blueprints/ ./blueprints/
RUN apt update && apt upgrade
RUN apt install libmagic1
RUN pip install --no-cache-dir -r requirements.txt
ENV FLASK_ENV=production