diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 index b5ed423..a4cec37 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/bin/sh # env DOCKER_BUILDKIT=1 -docker build --no-cache -t mc303/phpipam-agent . +docker build --no-cache -t jbowdre/phpipam-agent .