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:
parent
91eabf6c5c
commit
349f4f713c
1 changed files with 0 additions and 0 deletions
0
public/.gitkeep
Normal file
0
public/.gitkeep
Normal file
Loading…
Reference in a new issue