ds-services/dt-cart/gunicorn.sh

2 lines
49 B
Bash

#!/bin/bash
gunicorn -w 4 -b 0.0.0.0:8000 run:app