From 4347eaed4ca6d929586316d64daa3b69f698135b Mon Sep 17 00:00:00 2001 From: pandego <7780875+pandego@users.noreply.github.com> Date: Sun, 22 Mar 2026 09:32:32 +0100 Subject: [PATCH] fix: include changelog in docker web build --- .dockerignore | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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/