chore: update docker-compose.yml with build instructions for codimd service by Yukaii · Pull Request #1917 · hackmdio/codimd
Pull Request Overview
This PR updates the docker-compose configuration for the codimd service by adding instructions for building the image.
- Adds commented instructions to trigger a docker-compose build
- Adds commented build configuration and args for runtime and buildpack versions
Comments suppressed due to low confidence (2)
deployments/docker-compose.yml:15
- [nitpick] Consider moving detailed build instructions and related configuration comments to a dedicated documentation file (e.g., README) to keep the deployment file concise.
# Using the following command to trigger the build
deployments/docker-compose.yml:20
- [nitpick] If these build arguments are intended for future use, include a brief note on their purpose and when to enable them, so developers understand the context without needing to search elsewhere.