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:
Randall Stillwell 2026-04-27 14:46:47 -05:00
parent 9cdee7f84e
commit 3fa891bf08

0
apps/web/public/.gitkeep Normal file
View file