Update entrypoint.sh

This commit is contained in:
SpudGunMan
2025-01-12 11:07:42 -08:00
parent 5d0dae236c
commit 9f676a4c8d

View File

@@ -1,7 +1,6 @@
#!/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
# instruction set the meshing-around docker container entrypoint
# Substitute environment variables in the config file (what is the purpose of this?)
# envsubst < /app/config.ini > /app/config.tmp && mv /app/config.tmp /app/config.ini
# Run the bot
exec python /app/mesh_bot.py