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>
4 lines
230 B
Plaintext
4 lines
230 B
Plaintext
# 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.
|