Update entrypoint.sh

This commit is contained in:
SpudGunMan
2024-12-11 17:14:28 -08:00
parent e69ee5c1a8
commit 517ae5d4b4
+1
View File
@@ -1,4 +1,5 @@
#!/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