fix: add public/ directory so Dockerfile's standalone build COPY succeeds

Next.js only emits .next/standalone, not an empty public/ dir when the
source has none -- the Dockerfile's COPY --from=build /app/public
failed outright since the path never existed.
This commit is contained in:
valentinbvro 2026-07-21 19:36:36 +02:00
parent 91eabf6c5c
commit 349f4f713c

0
public/.gitkeep Normal file
View file