Quick docker command
As an user, it would be interesting to have a quick docker command to setup an instance of character-sheet-app, something like
docker run derikb/character-sheet-app -p MyPort:8080
Docker compose file
In the long term, it would also be interesting to setup a local database, using another docker to set that up and add to the documentation. We can create this in a new ticket if it's interesting
Quick docker command
As an user, it would be interesting to have a quick docker command to setup an instance of
character-sheet-app, something likeDocker compose file
In the long term, it would also be interesting to setup a local database, using another docker to set that up and add to the documentation. We can create this in a new ticket if it's interesting