version: '3' services: app: build: . ports: - "5000:5000" environment: - NODE_ENV=production