deploy
This commit is contained in:
6
backend/entrypoint.sh
Normal file
6
backend/entrypoint.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
echo "[entrypoint] Running database seed..."
|
||||
python seed_db.py
|
||||
echo "[entrypoint] Starting application..."
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user