From cd5946bda898538c62a6961ef860a6794a029f21 Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Sun, 1 Jun 2025 15:45:15 +0200 Subject: [PATCH] Hotfix Sass build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11f5f13..85c6644 100644 --- a/Dockerfile +++ b/Dockerfile @@ -100,6 +100,6 @@ RUN set -eux; \ composer dump-env prod; \ composer run-script --no-dev post-install-cmd; \ chmod +x bin/console; \ - bin/console sass:build \ + bin/console sass:build; \ bin/console asset-map:compile --no-debug --quiet --no-ansi; \ sync;