CIDARLAB / Parchmint

http://parchmint.org
3 stars 5 forks source link

Containerize Parchmint for portability and ease of developer setup #13

Open georgemjohnson11 opened 2 years ago

georgemjohnson11 commented 2 years ago

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