Hardened the Docker build of the Website service target.

This commit is contained in:
2026-08-13 03:19:10 +02:00
parent 2206d71997
commit c075adad84
7 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ ast-minify: ## Preview the minified JS/CSS assets in .build/minified
.PHONY: img-check
img-check: ## Check the production image builds
@docker build \
--platform linux/amd64 \
--platform $(IMAGE_PLATFORM) \
--file Dockerfile \
../..