update shop

This commit is contained in:
2025-12-17 18:32:46 +02:00
parent d8c6de1f2b
commit 56f9da6966
9 changed files with 130 additions and 9 deletions

12
UI_V2/entrypoint.sh Normal file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# 1. Run your superuser script
python create_super_user.py
# 2. Start Flask in the background (&)
# We use & to let it run while the script continues
python flask_server.py &
# 3. Start Flet (Main process)
# This stays in the foreground so the container doesn't exit
python main.py