update docker file

This commit is contained in:
2022-02-08 19:57:24 +05:30
parent d366be57a1
commit f05dd53eea
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ services:
context: .
dockerfile: Dockerfile.gdal
command: python3 manage.py runserver 0.0.0.0:8100
command: /wait-for-it.sh db:5432
volumes:
- .:/app
ports: