queue_flask / start.sh
multimodalart's picture
Update start.sh
fc18c76
raw
history blame contribute delete
175 Bytes
#!/bin/bash
# Start Nginx and output to /dev/null
nginx -t
#service nginx start &> /dev/null
# If Nginx started successfully, then start the Flask application
python app.py