docker: ensure apps/web/public exists so web runtime COPY succeeds
The Next.js standalone runtime stage copies apps/web/public into the image, but the directory was never committed since the project hasn't shipped any static assets. BuildKit fails with "not found" on the COPY. Adding an empty .gitkeep guarantees the directory exists at build time and lets future static assets drop in without further build changes. Made-with: Cursor
This commit is contained in:
parent
9cdee7f84e
commit
3fa891bf08
1 changed files with 0 additions and 0 deletions
0
apps/web/public/.gitkeep
Normal file
0
apps/web/public/.gitkeep
Normal file
Loading…
Reference in a new issue