services: app: build: context: . dockerfile: ./dev/build/Dockerfile ports: - "80:3000" restart: unless-stopped