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

@ -35,7 +35,7 @@ services:
build:
context: .
dockerfile: ./docker/django
command: src/entrypoint.sh
command: python /app/src/manage.py runserver 0.0.0.0:8000
environment:
- DJANGO_SETTINGS_MODULE=newsreader.conf.docker
ports: