Last active 1741943345

docker-compose.yml Raw
1 build:
2 context: .
3 dockerfile: ./Dockerfile
4command: >
5 sh -c "
6 python manage.py migrate &&
7 gunicorn sago.wsgi:application --bind 0.0.0.0:8000 "