Skip to content

Commit 2bd9ac2

Browse files
committed
(no-ticket) Fix Docker Hub build hook.
Build hook needs to start with the appropriate shebang. Change-Id: I56678c0937c7a4766ae7fbffaab4698d487880df
1 parent 82e753b commit 2bd9ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hooks/build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/bash
2+
13
docker build --add-host=web:127.0.0.1 -f $DOCKERFILE_PATH -t $IMAGE_NAME .

0 commit comments

Comments
 (0)