🧑‍💻(compose) remove --no-cache to build images by default

In order to speed the rebuild of images, the --no-cache option is
removed by default. If we want to build the images without cache, the
cache paramter must be used.
This commit is contained in:
Manuel Raynaud
2025-06-13 10:31:08 +02:00
parent 6c16e081de
commit ba4f90a607
3 changed files with 22 additions and 20 deletions

View File

@@ -15,6 +15,7 @@ and this project adheres to
### Changed
- 🧑‍💻(docker): add .next to .dockerignore #1055
- 🧑‍💻(docker) handle frontend development images with docker compose #1033
### Fixed