diegokauer/segmentation-backend
0
1#!/bin/bash2 3# Execute the gunicorn command4exec /home/user/.local/bin/gunicorn --preload --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app5 1#!/bin/bash2 3# Execute the gunicorn command4exec /home/user/.local/bin/gunicorn --preload --bind :$PORT --workers 1 --threads 8 --timeout 0 _wsgi:app5