Skip to content

fix(web): stop copying the removed public directory into the image - #3

Merged
ttncode merged 1 commit into
mainfrom
fix-web-image
Sep 14, 2026
Merged

ttncode merged 1 commit into
mainfrom
fix-web-image

Conversation

@ttncode

@ttncode ttncode commented Sep 14, 2026

Copy link
Copy Markdown
Owner

What this changes

The web image build on main failed with `"/app/public": not found` because the app no longer has a `public` directory (icons and the manifest are served from `src/app`). The runtime stage no longer copies it.

How it was verified

  • `docker build apps/web` succeeds.
  • The container serves `/`, `/manifest.webmanifest`, `/pwa-icon/192`, `/icon.svg` and `/apple-icon` with 200.

Checklist

  • `mise run checklist` passes
  • New behaviour has a test that fails without the change (image build is covered by the Build workflow)
  • Docs that describe changed behaviour were updated in the same commit
  • No unrelated changes

@ttncode
ttncode merged commit bb16ce3 into main Sep 14, 2026
8 checks passed
@ttncode
ttncode deleted the fix-web-image branch September 14, 2026 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant