Refined UI,code logic for improved user experience
This commit is contained in:
+2
-4
@@ -6,10 +6,8 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
image: chatgpt-pro:1.0
|
||||
container_name: chatgpt-pro-prod
|
||||
# Set the environment variables for production
|
||||
environment:
|
||||
- OPENAI_API_KEY=$OPENAI_API_KEY
|
||||
- BASE_URL=$BASE_URL
|
||||
# Set the environment variables from .env file
|
||||
env_file: .env
|
||||
ports:
|
||||
- 8038:3000
|
||||
command: /run-app.sh
|
||||
|
||||
Reference in New Issue
Block a user