We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6998289 commit 0d82f35Copy full SHA for 0d82f35
hooks/build
@@ -1,3 +1,3 @@
1
#!/usr/bin/env sh
2
3
-docker build --build-arg API_CLIENT_GENERATOR_VERSION=`git describe --tags` -t $IMAGE_NAME .
+docker build --build-arg API_CLIENT_GENERATOR_VERSION=`git describe --tags` -f $DOCKERFILE_PATH -t $IMAGE_NAME .
0 commit comments