Rework my page and add info from listenbrainz
This commit is contained in:
@@ -15,6 +15,8 @@ WORKDIR /app
|
||||
COPY . .
|
||||
COPY --from=sass /build/blueprints/ ./blueprints/
|
||||
|
||||
RUN apt update && apt upgrade
|
||||
RUN apt install libmagic1 -y
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
ENV FLASK_ENV=production
|
||||
|
||||
Reference in New Issue
Block a user