kanbanist icon indicating copy to clipboard operation
kanbanist copied to clipboard

Add Dockerfile and docker-compose setup

Open croesnick opened this issue 5 years ago • 3 comments

Added a Dockerfile as well as a docker-compose config for a more convenient and isolated setup of Kanbanist. :)

croesnick avatar Mar 03 '19 15:03 croesnick

If this is for development/testing (rather than deployment), can we mount the directory as a volume so that changes still trigger a hot reload?

mwakerman avatar Mar 03 '19 19:03 mwakerman

Very well spotted! 😊 The previous version indeed did bake in the code at build time which would not work with code changes/hot reloads as you asked for. I changed the code accordingly to mount in the local checkout so that yarn start should react to code changes as it would when starting it natively without docker.

croesnick avatar Mar 03 '19 19:03 croesnick

The changes to README.md look okay to me. Can this be merged? @mwakerman @VikashKotharyWork

Wittionary avatar Jun 26 '20 04:06 Wittionary