version: '3' services: prod: build: context: . dockerfile: Dockerfile image: chatgpt-pro:1.0 container_name: chatgpt-pro-prod # Set the environment variables from .env file env_file: .env ports: - 8038:3000 command: /run-app.sh