Is your feature request related to a problem? Please describe and/or link to relevant issues
Not necessarily a problem, but a way to ease use for individuals looking to replicate parchmint.org
Describe the solution you'd like
A Dockerfile and docker-compose.yml should be added with any additional supplementary artifacts needed to get a new developer setup with a docker-compose up --build command or docker build . -t parchmint && docker run -p 8080:8080 parchmint The ReadMe should be additionally updated
Describe alternatives you've considered
Additional context
I've implemented the above solution but was opening this up prior to the pull request
Is your feature request related to a problem? Please describe and/or link to relevant issues Not necessarily a problem, but a way to ease use for individuals looking to replicate parchmint.org
Describe the solution you'd like A Dockerfile and docker-compose.yml should be added with any additional supplementary artifacts needed to get a new developer setup with a
docker-compose up --build
command ordocker build . -t parchmint && docker run -p 8080:8080 parchmint
The ReadMe should be additionally updatedDescribe alternatives you've considered
Additional context I've implemented the above solution but was opening this up prior to the pull request