Files
docker-registry-ui/bin/entrypoint
2016-07-23 22:51:47 +02:00

9 lines
119 B
Bash
Executable File

#!/bin/bash
$@
sed -i "s,\${URL},${URL}," scripts/script.js
if [ -z "$@" ]; then
nginx -g "daemon off;"
else
$@
fi