feat: update dashboard port from 8080 to 8420 in configuration and documentation

This commit is contained in:
2026-05-10 13:24:49 +02:00
parent f88f60a019
commit 0952c21c7b
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Dashboard (Flask) port
EXPOSE 8080
EXPOSE 8420
# Create a non-root user
RUN addgroup -S appgroup && adduser -S appuser -G appgroup