docker/riot/init.sh
2020-01-26 01:28:51 -06:00

8 lines
85 B
Bash
Executable file

#!/usr/bin/env sh
set -xe
cp /etc/riot-web/config.json /app/config.json
exec "$@"