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 5839e0b + a370009 commit 3a95e82Copy full SHA for 3a95e82
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 && chmod +x ./build.sh && ./build.sh "$(cat VERSION)-custom"
+ONBUILD RUN cd /src && chmod +x ./build.sh && sleep 1 && sync && ./build.sh "$(cat VERSION)-custom"
0 commit comments