docker-element/init.sh

8 lines
85 B
Bash
Raw Permalink Normal View History

2021-12-21 18:55:42 +00:00
#!/usr/bin/env sh
set -xe
cp /etc/riot-web/config.json /app/config.json
exec "$@"