build: docker: web: Dockerfile run: context: backend/secfit web: python manage.py runserver 0.0.0.0:$PORT release: image: web command: - cd backend/secfit - python manage.py collectstatic --noinput