Numpy-Neuron / run.sh
Jensen-holm's picture
tailwind working in the app
30dd301
raw
history blame
79 Bytes
#!/bin/bash
gunicorn --bind :3000 --workers 1 --threads 8 --timeout 0 app:app