version: "3" services: frontend: build: context: . dockerfile: ./Dockerfile.dev ports: - 8080:8080 volumes: - .:/app