mirror of
https://git.sdbs.cz/sdbs/pile.git
synced 2025-05-10 00:12:18 +00:00
3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
source .venv/bin/activate
|
|
gunicorn sdbs_pile.wsgi -b 127.0.0.1:8093
|