container icon indicating copy to clipboard operation
container copied to clipboard

How to redeploy from github

Open thoka opened this issue 4 years ago • 0 comments

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 ?

thoka avatar Apr 07 '21 12:04 thoka