mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 15:39:54 +03:00
4 lines
65 B
Bash
Executable file
4 lines
65 B
Bash
Executable file
#!/bin/bash
|
|
sed -i "s,\${URL},${URL}," script.js
|
|
|
|
http-server $@
|