Update Dockerfile for PWA
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user