Skip to content

Commit 3a95e82

Browse files
Merge pull request #375 from billimek/fix_dockerhub
sleeping and syncing to fix issues with docker hub builds
2 parents 5839e0b + a370009 commit 3a95e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN cd /src && ./build.sh "$(cat VERSION)"
88

99
ONBUILD COPY ./build.sh /src/build.sh
1010
ONBUILD COPY ./modules.go /src/modules.go
11-
ONBUILD RUN cd /src && chmod +x ./build.sh && ./build.sh "$(cat VERSION)-custom"
11+
ONBUILD RUN cd /src && chmod +x ./build.sh && sleep 1 && sync && ./build.sh "$(cat VERSION)-custom"

0 commit comments

Comments
 (0)