version: '3' services: app: build: context: . dockerfile: Dockerfile ports: - "4000:5000" environment: - NODE_ENV=production env_file: - .env