services: frontend: build: context: .build/dev dockerfile: Dockerfile volumes: - ./:/var/www/html/ ports: - 5173:5173 env_file: - .env