We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4781a6b commit 026ef16Copy full SHA for 026ef16
build.sh dockerbuild.shbuild.sh renamed to dockerbuild.sh
@@ -59,7 +59,7 @@ while [[ $# -gt 0 ]]; do
59
esac
60
done
61
62
-docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) docker-build -t zerohour-build
+docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) dockerbuild -t zerohour-build
63
if [[ "$INTERACTIVE" == "true" ]]; then
64
FLAGS=" -it --entrypoint bash"
65
else
docker-build/Dockerfile dockerbuild/Dockerfiledocker-build/Dockerfile renamed to dockerbuild/Dockerfile
docker-build/entrypoint.sh dockerbuild/entrypoint.shdocker-build/entrypoint.sh renamed to dockerbuild/entrypoint.sh
0 commit comments