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