build: public/ anlegen (.gitkeep) — Dockerfile COPY /app/public
Das Projekt hatte kein public/-Verzeichnis; der Runner-Stage-COPY (COPY /app/public ./public) brach mit '/app/public: not found' ab. Leeres, getracktes public/ behebt das (Next.js bedient es problemlos). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
3
public/.gitkeep
Normal file
3
public/.gitkeep
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user