feat: Add stats page
All checks were successful
Build Docker / Build Image (push) Successful in 29s

This commit is contained in:
2023-11-08 12:48:17 +11:00
parent 7172f448d6
commit 29a0a128fb
4 changed files with 148 additions and 8 deletions

View File

@@ -12,6 +12,6 @@ COPY . /app
VOLUME /data
ENTRYPOINT ["python3"]
CMD ["main.py"]
CMD ["server.py"]
FROM builder as dev-envs