mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-28 16:09:54 +03:00
9 lines
No EOL
119 B
Bash
Executable file
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 |