diff --git a/public/.gitkeep b/public/.gitkeep new file mode 100644 index 0000000..9e1bee0 --- /dev/null +++ b/public/.gitkeep @@ -0,0 +1,3 @@ +# Platzhalter, damit das public/-Verzeichnis existiert und vom Docker-Build +# (COPY /app/public ./public) sowie von Next.js (statische Assets) genutzt werden +# kann. Statische Dateien (z. B. favicon.ico, robots.txt) hier ablegen.