Merge pull request #344 from pandego/fix/308-docker-compose-startup

fix: include changelog in docker web build
This commit is contained in:
Jamie Pine
2026-03-26 23:06:47 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -38,7 +38,6 @@ biome.json
.bumpversion.cfg
.npmrc
Makefile
CHANGELOG.md
CONTRIBUTING.md
SECURITY.md
LICENSE
+1 -1
View File
@@ -9,7 +9,7 @@ FROM oven/bun:1 AS frontend
WORKDIR /build
# Copy workspace config and frontend source
COPY package.json bun.lock ./
COPY package.json bun.lock CHANGELOG.md ./
COPY app/ ./app/
COPY web/ ./web/