Remove django entrypoint script
This commit is contained in:
parent
cbc6d646ce
commit
2d3eae6e39
2 changed files with 1 additions and 6 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue