Skip to content

fix: add .dockerignore to exclude build artifacts and environment files#413

Merged
Avijit-Microsoft merged 1 commit intodevfrom
psl-fixdeployyourlocalchanges-cm
Apr 21, 2026
Merged

fix: add .dockerignore to exclude build artifacts and environment files#413
Avijit-Microsoft merged 1 commit intodevfrom
psl-fixdeployyourlocalchanges-cm

Conversation

@VishalS-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request adds a .dockerignore file to the src/frontend directory to improve Docker build efficiency by excluding unnecessary files and directories.

Build optimization:

  • Added a .dockerignore file to exclude node_modules, dist, .env, and .venv from Docker build context, reducing image size and build time.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@Avijit-Microsoft Avijit-Microsoft merged commit d1ceb02 into dev Apr 21, 2026
4 checks passed
@VishalS-Microsoft VishalS-Microsoft deleted the psl-fixdeployyourlocalchanges-cm branch April 23, 2026 05:10
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.

2 participants