Skip to content

Commit 0a7434e

Browse files
committed
forgot in last pr
1 parent 57dc049 commit 0a7434e

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client

1 file changed

+2
-2
lines changed

services/static-webserver/client/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ follow-dev-logs: ## follow the logs of the qx compiler
4444
.PHONY: compile touch upgrade
4545
compile: ## 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

5959
touch: ## 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) \

0 commit comments

Comments
 (0)