Files
old-webchat-server/main.sh

5 lines
136 B
Bash
Raw Normal View History

2025-08-20 20:20:07 +02:00
#!/bin/bash
cd /scripts/chatserv
/scripts/chatserv_venv/bin/pip3 install -r requirements.txt
/scripts/chatserv_venv/bin/python3 main.py