diff --git a/.dockerignore b/.dockerignore index e0c4637b..fed7d0a0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -38,7 +38,6 @@ biome.json .bumpversion.cfg .npmrc Makefile -CHANGELOG.md CONTRIBUTING.md SECURITY.md LICENSE diff --git a/Dockerfile b/Dockerfile index 1ad85e53..980584d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/