Files
meshing-around/script/docker/entrypoint.sh
2025-01-12 10:12:06 -08:00

7 lines
234 B
Bash

#!/bin/bash
# instruction set the meshing-around docker container
# Substitute environment variables in the config file
#envsubst < /app/config.ini > /app/config.tmp && mv /app/config.tmp /app/config.ini
exec python /app/mesh_bot.py