version: '3.5' services: app: build: . volumes: - '.:/app' ports: - '3000:80' environment: - NODE_ENV=development