Connection between the web interface and the logic

This commit is contained in:
2025-08-03 07:22:11 +00:00
parent 2a15a4052e
commit eed3a00efb
5 changed files with 243 additions and 229 deletions

View File

@@ -20,7 +20,7 @@ services:
- ./cache/cache:/root/.cache
- ./cache/site-packages:/usr/local/lib/python3.10/site-packages
- ./offline_packages:/offline_packages
entrypoint: sleep 1000000 #./app/entrypoint.sh
# entrypoint: sleep 1000000 #./app/entrypoint.sh
ports:
- "8080:8080"
networks: