Files
wordlinator/serve.sh
2022-06-02 11:50:29 -05:00

4 lines
78 B
Bash
Executable File

#!/bin/bash
poetry run gunicorn -b "127.0.0.1:8050" "wordlinator.web:server"