hicsail / constellation-js

Library for combinatorially specifying, constraining, and exploring genetic design spaces.
http://constellationcad.org
MIT License
10 stars 8 forks source link

Containerize Constellation for portability and ease of developer setup #13 #104

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 constellationcad.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 constellation && docker run -p 8080:8080 constellation The ReadMe should be additionally updated

Describe alternatives you've considered

Additional context I've implemented the above solution but was opening an issue as well https://github.com/hicsail/constellation-js/pull/103