Files
meshing-around/script/docker/entrypoint.sh
SpudGunMan 98af757d93 enhance
2025-10-23 21:50:54 -07:00

10 lines
239 B
Bash

#!/bin/bash
# if no config.ini exists, copy the default one
if [ ! -f /app/config.ini ]; then
cp /app/script/docker/config.ini /app/config.ini
fi
# Run the bot as appuser (if you want to drop privileges)
exec python /app/mesh_bot.py