version: "3.3" services: frontend: container_name: ADW-Frontend tty: true build: context: . dockerfile: Dockerfile working_dir: /react-docker volumes: - ./src:/react-docker/src - ./public:/react-docker/public ports: - 8445:8445 environment: - CHOKIDAR_USEPOLLING=true