fix(docker): add dev entrypoint scripts to fix bind mount issues (#1985)#2006
Merged
mrveiss merged 1 commit intoDev_new_guifrom Mar 22, 2026
Merged
fix(docker): add dev entrypoint scripts to fix bind mount issues (#1985)#2006mrveiss merged 1 commit intoDev_new_guifrom
mrveiss merged 1 commit intoDev_new_guifrom
Conversation
Bind mounts in docker-compose.override destroy Dockerfile-created symlinks and shadow pip-installed packages. Add dev-entrypoint.sh scripts for backend and SLM that recreate symlinks and re-install autobot-shared in editable mode before starting the application.
✅ SSOT Configuration Compliance: Passing🎉 No hardcoded values detected that have SSOT config equivalents! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docker/backend/dev-entrypoint.shanddocker/slm/dev-entrypoint.shthat run before the application to restore the container environment after bind mountsautobot_shared,database)autobot-sharedas editable pip package so import changes reflect immediatelydocker-compose.override.example.ymlto use the new entrypointsCloses #1985
Test plan
docker compose -f docker-compose.yml -f docker-compose.override.example.yml up -d