Skip to content

Fix Docker build by allowing workspace package.json files#40

Merged
antosubash merged 1 commit intomainfrom
feature/blissful-goodall
Apr 1, 2026
Merged

Fix Docker build by allowing workspace package.json files#40
antosubash merged 1 commit intomainfrom
feature/blissful-goodall

Conversation

@antosubash
Copy link
Copy Markdown
Owner

Changes

Updates .dockerignore to allow specific package.json files through the ignore filter:

  • tests/e2e/package.json
  • docs/site/package.json
  • website/package.json

These files are needed for the Docker build process and should not be excluded by the blanket directory ignores.

…ckerignore

The npm-restore stage needs package.json from tests/e2e, docs/site, and
website workspaces for npm ci, but .dockerignore excluded those directories
entirely. Add negation rules to let the three package.json files through.
@antosubash antosubash merged commit c28e8a1 into main Apr 1, 2026
1 check passed
@antosubash antosubash deleted the feature/blissful-goodall branch April 1, 2026 08:21
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