Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overwriting application files break Docker volume mount #98

Closed
thigm85 opened this issue Mar 5, 2021 · 0 comments · Fixed by #99
Closed

Overwriting application files break Docker volume mount #98

thigm85 opened this issue Mar 5, 2021 · 0 comments · Fixed by #99
Assignees
Labels
bug Something isn't working

Comments

@thigm85
Copy link
Contributor

thigm85 commented Mar 5, 2021

We create new application files every time we redeploy an application package.

Creating new files instead of modifying them in place breaks the bind-mount (see this issue), and changes in application files on the host are not propagated to the container, leading to new changes not being deployed.

Restarting the container re-establish the bind-mount and should solve the problem.

@thigm85 thigm85 added the bug Something isn't working label Mar 5, 2021
@thigm85 thigm85 self-assigned this Mar 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant