mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-06-11 08:54:45 +02:00
c6b5a1c708
i never enjoy docker
5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/bash
|
|
|
|
# Run the bot as appuser (if you want to drop privileges)
|
|
exec python /app/mesh_bot.py
|