I found a bug in docker_build.sh ```while getopts...
# ask-the-community
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.
151 Views