From add4672e2633ecf60b31f5e2d23a9d3ef50a9017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Thu, 4 Dec 2025 22:53:09 +0100 Subject: [PATCH] big Performance fix --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21cb61c..3e793d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,8 @@ COPY --from=minifier /minify/game.min.js ./static/js/game.min.js # Schritt A: Lösche alle Zeilen, die ' static/index.html + && sed -i '/<\/body>/i \ ' static/index.html \ + && sed -i '/<\/head>/i \ ' static/index.html # Port und Start EXPOSE 8080