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

9 lines
No EOL
119 B
Bash
Executable file

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