moleculemaker / digital-molecule-maker

Digital Molecule Maker web application for the Molecule Maker Lab Institute
MIT License
1 stars 0 forks source link

dockerized DMM frontend #24

Closed matthewberry closed 1 year ago

matthewberry commented 1 year ago

This PR adds a simple Dockerfile for building a DMM frontend image.

Next steps could include adding config for docker compose-based local development, adding config for kubernetes-based PROD deployment, and documenting all of the above. Before any of that, though, I wanted to pause for your comments on the Dockerfile.

UPDATE: PLEASE ONLY REVIEW CHANGES IN angular.json AND Dockerfile. THE REST OF THE DIFFS ARE OLD WORK THAT'LL SOON BE MERGED TO develop THROUGH ANOTHER PR.

matthewberry commented 1 year ago

Hmm, sorry, if reviewing, the only files that were intended to change here are angular.json and Dockerfile.

The rest of the changes files are from earlier work that apparently hadn't made it to develop yet. I'll work on sorting that out.