File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ follow-dev-logs: ## follow the logs of the qx compiler
4444.PHONY : compile touch upgrade
4545compile : # # qx compiles host' 'source' -> image's 'build-output'
4646 # qx compile 'source' within $(docker_image) image [itisfoundation/qooxdoo-kit:${QOOXDOO_KIT_TAG}]
47- @docker --debug buildx build \
47+ @docker buildx build \
4848 --load \
4949 --file $(docker_file ) \
5050 --tag $(docker_image ) \
@@ -58,7 +58,7 @@ compile: ## qx compiles host' 'source' -> image's 'build-output'
5858
5959touch : # # minimal image build with /project/output-build inside
6060 # touch /project/output-build such that multi-stage 'services/web/Dockerfile' can build development target (fixes #1097)
61- @docker --debug buildx build \
61+ @docker buildx build \
6262 --load \
6363 --file $(docker_file ) \
6464 --tag $(docker_image ) \
You can’t perform that action at this time.
0 commit comments