Files
myorg-assistant/start.sh
Roger Oriol 5215cd9b75
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 24m31s
add start.sh script in dockerfiles
2026-02-08 14:38:18 +01:00

9 lines
183 B
Bash
Executable File

#!/bin/bash
# Start script to run both Discord bot and web server
# Start web server in background
python -m src.main web &
# Start Discord bot in foreground
python -m src.main bot