Remove django entrypoint script

This commit is contained in:
Sonny 2020-06-07 10:29:51 +02:00
parent cbc6d646ce
commit 2d3eae6e39
2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +0,0 @@
#!/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