Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add docker-compose build step to update script
Incorporated a `docker-compose up --build -d` command into `update.sh` to rebuild and run containers in detached mode. This ensures that any changes to the Dockerfile or dependencies are applied, leading to up-to-date environment setups.
- Loading branch information