feat: dashboard UI with real-time stats, light/dark mode, session metrics
This commit is contained in:
@@ -9,6 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 8081 8082
|
||||
|
||||
HEALTHCHECK --interval=60s --timeout=10s --start-period=5s --retries=3 \
|
||||
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:8081/health')" || exit 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user