docker/riot/init.sh

8 lines
85 B
Bash
Raw Normal View History

2020-01-26 07:28:51 +00:00
#!/usr/bin/env sh
set -xe
cp /etc/riot-web/config.json /app/config.json
exec "$@"