Skip to content

Conversation

@Prasanjeet-Microsoft
Copy link
Contributor

Purpose

  • This PR adds a ".dockerignore" file to prevent unnecessary files and directories (such as virtual environments, build artifacts, logs, node_modules, and IDE configs) from being sent to the Docker daemon during image builds.

  • Optimizing the build context improves performance and reduces image size and build time.

Does this introduce a breaking change?

  • Yes
  • No

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:

  • Confirm .dockerignore is present at root directory.
  • Ensure expected files (e.g. .git, node_modules, pycache, etc.) are excluded from build context.
  • Run a Docker build and verify only necessary files are included.

@Prajwal-Microsoft Prajwal-Microsoft merged commit 205291a into byoc-researcher May 8, 2025
5 checks passed
@Prasanjeet-Microsoft Prasanjeet-Microsoft deleted the PSL-US-17425-Researcher branch July 14, 2025 04:39
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.

3 participants