Skip to content

Commit 265ff11

Browse files
Merge pull request #6428 from frappe/container-mounts-fix
fix(build): Correct container mounts
2 parents afaf410 + c8e924c commit 265ff11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

press/press/doctype/deploy_candidate_build/deploy_candidate_build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,6 +797,8 @@ def send_build_instructions_and_add_build_steps(self):
797797
)
798798

799799
self.candidate._set_additional_packages()
800+
self.candidate._set_container_mounts()
801+
800802
dockerfile = self._generate_dockerfile()
801803
# Add build steps based on dockerfile checkpoints before starting the build
802804
self.add_build_steps(dockerfile)

0 commit comments

Comments
 (0)