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.
2 parents f62d0c4 + b34211a commit 1ca69c4Copy full SHA for 1ca69c4
Dockerfile
@@ -8,4 +8,4 @@ RUN cd /src && ./build.sh "$(cat VERSION)"
8
9
ONBUILD COPY ./build.sh /src/build.sh
10
ONBUILD COPY ./modules.go /src/modules.go
11
-ONBUILD RUN cd /src && ./build.sh "$(cat VERSION)-custom"
+ONBUILD RUN cd /src && chmod +x ./build.sh && ./build.sh "$(cat VERSION)-custom"
0 commit comments