feat: update dashboard port from 8080 to 8420 in configuration and documentation
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user