Properly fix Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
#!/bin/env bash
|
||||
#!/bin/bash
|
||||
# Apply database migrations
|
||||
echo "Apply database migrations"
|
||||
python manage.py migrate
|
||||
python src/web/manage.py migrate
|
||||
|
||||
# Start server
|
||||
echo "Starting server"
|
||||
python manage.py runserver 0.0.0.0:8000
|
||||
python src/web/manage.py runserver 0.0.0.0:8000
|
Reference in New Issue
Block a user