ds-services/dt-cart/gunicorn.sh

2 lines
52 B
Bash

#!/bin/bash
gunicorn -w 4 -b 127.0.0.1:8000 run:main