I found a bug in docker_build.sh ```while getopts a:r:v:h flag``` should be ```while getopts p:r:v:...
m
I found a bug in docker_build.sh
Copy code
while getopts a:r:v:h flag
should be
Copy code
while getopts p:r:v:h flag
I made some modification so I will send PR later.
🎉 1
🙌 2
thx 1
150 Views