multimodalart/queue_flask
0
1#!/bin/bash2 3# Start Nginx and output to /dev/null4nginx -t5#service nginx start &> /dev/null6 7# If Nginx started successfully, then start the Flask application8python app.py9 1#!/bin/bash2 3# Start Nginx and output to /dev/null4nginx -t5#service nginx start &> /dev/null6 7# If Nginx started successfully, then start the Flask application8python app.py9