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.
1 parent 17f3111 commit 0d73576Copy full SHA for 0d73576
services/static-webserver/client/Makefile
@@ -52,7 +52,7 @@ compile: ## qx compiles host' 'source' -> image's 'build-output'
52
--build-arg VCS_STATUS_CLIENT=${VCS_STATUS_CLIENT} \
53
--build-arg VCS_URL=${VCS_URL} \
54
--target=build-client .
55
- python ./scripts/post-compile.py
+ python ./scripts/post-compile.py ${VCS_REF_CLIENT}
56
57
touch: ## minimal image build with /project/output-build inside
58
# touch /project/output-build such that multi-stage 'services/web/Dockerfile' can build development target (fixes #1097)
0 commit comments