mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
8 lines
132 B
Bash
8 lines
132 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
# Run database initialization
|
|
python /app/scripts/init_db.py
|
|
|
|
# Start the main application
|
|
exec python /app/run.py |