corrected container and other errors
This commit is contained in:
@@ -6,6 +6,7 @@ export PYTHONPATH="$PYTHONPATH:/app/"
|
||||
# Set flask environment variables
|
||||
#export FLASK_ENV=development # Use 'production' as appropriate
|
||||
#export FLASK_DEBUG=1 # Use 0 for production
|
||||
print "Starting EveAI Chat"
|
||||
|
||||
# Start Flask app
|
||||
gunicorn -w 4 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -b 0.0.0.0:5002 scripts.run_eveai_chat:app
|
||||
|
||||
Reference in New Issue
Block a user