my-diary / backend /run_server.sh
Ping9gu's picture
Initial commit
8b7b432
raw
history blame contribute delete
90 Bytes
#!/bin/bash
screen -S diary-server -dm bash -c '
source venv/bin/activate
python app.py
'