fixed docker db init
This commit is contained in:
7
docker-entrypoint.sh
Executable file
7
docker-entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Initialize the database using init_db.py
|
||||
python init_db.py
|
||||
|
||||
# Start gunicorn
|
||||
exec gunicorn -c gunicorn.conf.py app:app
|
||||
Reference in New Issue
Block a user