docker-registry-ui/static/entrypoint
Joxit f1c6ebec16 [static] Add docker for a unique registry ui
You will need to run your docker with the environment variable `URL`
2016-06-20 00:16:16 +02:00

4 lines
65 B
Bash
Executable file

#!/bin/bash
sed -i "s,\${URL},${URL}," script.js
http-server $@