vector-im-hydrogen-web/docker/dynamic-config.sh
2023-01-11 18:06:25 +00:00

9 lines
177 B
Bash
Executable File

#!/bin/sh
set -eux
# Use config override environment variable if set
if [ -n "${CONFIG_OVERRIDE:-}" ]; then
echo "$CONFIG_OVERRIDE" > /usr/share/nginx/html/config.json
fi