mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Починка админки2
This commit is contained in:
8
docker/backend/entrypoint.sh
Normal file
8
docker/backend/entrypoint.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# Run database initialization
|
||||
python /app/scripts/init_db.py
|
||||
|
||||
# Start the main application
|
||||
exec python /app/run.py
|
Reference in New Issue
Block a user