Skip to content

fix: updated the Docker File and copilot coomets#956

Merged
Roopan-Microsoft merged 1 commit into
dev-v4from
psl-fixBrokenLinks-dk
Apr 24, 2026
Merged

fix: updated the Docker File and copilot coomets#956
Roopan-Microsoft merged 1 commit into
dev-v4from
psl-fixBrokenLinks-dk

Conversation

@Dhruvkumar-Microsoft

Copy link
Copy Markdown
Contributor

Purpose

This pull request introduces small but important improvements to both the deployment script and the Dockerfile for the application. The main changes ensure more robust handling of unset variables in the deployment script and improve Docker build performance by caching dependencies.

Deployment and build improvements:

  • Deployment script now defaults the hasIpRestrictions variable to 0 if it is unset, preventing potential errors during condition checks.

  • Dockerfile now uses a cache mount for Python dependency installation, which speeds up builds by reusing previously downloaded packages.

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

@Roopan-Microsoft Roopan-Microsoft merged commit 080f698 into dev-v4 Apr 24, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown

🎉 This PR is included in version 4.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants