Skip to content

Commit b7af4ce

Browse files
committed
feat(docker): add CHANGELOG.md to Docker image for runtime access
1 parent e8432e5 commit b7af4ce

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ COPY --chown=reqcore:reqcore --from=builder /app/.output ./.output
4141
# They must live alongside .output so the path resolves correctly inside the container
4242
COPY --chown=reqcore:reqcore --from=builder /app/server/database/migrations ./server/database/migrations
4343

44+
# CHANGELOG.md is read at runtime by /api/updates/changelog
45+
COPY --chown=reqcore:reqcore --from=builder /app/CHANGELOG.md ./CHANGELOG.md
46+
4447
# Seed script support — copies node_modules, package.json, and server source
4548
# so `docker compose exec app npm run db:seed` works inside the container
4649
COPY --chown=reqcore:reqcore --from=builder /app/package.json ./package.json

0 commit comments

Comments
 (0)