Commit f52ba84
authored
[docker] Use build for Cuebot in docker-compose for development (#2032)
**Link the Issue(s) this Pull Request is related to.**
- #2031
**Summarize your change.**
[docker] Use build for Cuebot in docker-compose for development
Update docker-compose.yml to build Cuebot from source by default instead
of using pre-built image. This ensures the latest code changes are
included in the container.
Add comments to explain when to use:
- build: Compile from source with latest code (recommended for
development)
- image: Pre-built image for faster startup (commented out)
This fixes issues where the client spec version is newer than the server
DTD version when using outdated pre-built images.
See Cuebot the latest changes in:
- #20011 parent c4150f5 commit f52ba84
File tree
80 files changed
+90
-85
lines changed- docs/_docs
- concepts
- developer-guide
- getting-started
- other-guides
- quick-starts
- reference
- commands
- tools
- tutorials
- user-guides
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
80 files changed
+90
-85
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| |||
0 commit comments