I'm looking for a way to deploy my hedgedoc from github after code changes.
Currently I use
docker-compose rm -f && docker image prune -f && docker-compose build && docker-compose up
Is there a way to build only the new hedgedoc, without building the build environment first ?