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 1f7558e76c
4 changed files with 6 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@ WORKDIR /app
COPY . .
COPY --from=sass /build/blueprints/ ./blueprints/
RUN apt install libmagic1
RUN pip install --no-cache-dir -r requirements.txt
ENV FLASK_ENV=production