version: '3.7' services: blank-app: build: context: . dockerfile: ./docker/blank-app/Dockerfile ports: - 80:80 volumes: - .:/app:rw