build:
  docker:
    web: Dockerfile
  run:
     web: gunicorn hello_django.wsgi:application --bind 0.0.0.0:$PORT