Update Dockerfile for PWA

This commit is contained in:
osiu97
2026-07-08 19:10:27 +02:00
parent b7effd52de
commit ef1635488d
+1 -1
View File
@@ -3,7 +3,7 @@ FROM python:3-alpine
WORKDIR /app WORKDIR /app
# Copy only the necessary web assets # Copy only the necessary web assets
COPY index.html favicon.svg ./ COPY index.html favicon.svg manifest.json sw.js ./
COPY web/ ./web/ COPY web/ ./web/
# Expose a random non-standard port # Expose a random non-standard port