update shop
This commit is contained in:
12
UI_V2/entrypoint.sh
Normal file
12
UI_V2/entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user