version: '3' services: web: build: context: . dockerfile: Dockerfile volumes: - .:/app ports: - "3000:3000" environment: - NODE_ENV=production