version: "3.7" services: web: build: angular ports: - 80:4200 volumes: - ./angular:/project - /project/node_modules