Add docker specific files
This commit is contained in:
parent
679414a703
commit
0658d6404f
5 changed files with 70 additions and 1 deletions
5
src/entrypoint.sh
Executable file
5
src/entrypoint.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
# This file should only be used in conjuction with docker-compose
|
||||
|
||||
python /app/src/manage.py migrate
|
||||
python /app/src/manage.py runserver 0.0.0.0:8000
|
||||
Loading…
Add table
Add a link
Reference in a new issue