Add docker specific files

This commit is contained in:
Sonny 2019-08-10 21:12:59 +02:00
parent 679414a703
commit 0658d6404f
5 changed files with 70 additions and 1 deletions

5
src/entrypoint.sh Executable file
View 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