Skip to content

Commit 0d82f35

Browse files
committed
add -f to docker build
1 parent 6998289 commit 0d82f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env sh
22

3-
docker build --build-arg API_CLIENT_GENERATOR_VERSION=`git describe --tags` -t $IMAGE_NAME .
3+
docker build --build-arg API_CLIENT_GENERATOR_VERSION=`git describe --tags` -f $DOCKERFILE_PATH -t $IMAGE_NAME .

0 commit comments

Comments
 (0)