Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion services/static-webserver/client/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ follow-dev-logs: ## follow the logs of the qx compiler

.PHONY: compile touch upgrade
compile: ## qx compiles host' 'source' -> image's 'build-output'
# qx compile 'source' within $(docker_image) image [itisfoundation/qooxdoo-kit:${QOOXDOO_KIT_TAG}]
# qx compile 'build' within $(docker_image) image [itisfoundation/qooxdoo-kit:${QOOXDOO_KIT_TAG}]
@docker buildx build --file $(docker_file) --tag $(docker_image) \
--load \
--build-arg tag=${QOOXDOO_KIT_TAG} \
Expand Down
3 changes: 2 additions & 1 deletion services/static-webserver/client/compile.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"include": [
"qx.*"
]
}
},
"addCreatedAt": true
}
],
"defaultTarget": "source",
Expand Down