lbl-cbg / t5-commons

Code required for the Taskforce5 commons project.
1 stars 0 forks source link

I don't think `node_modules` needs to be a persistent Docker volume. #7

Open dsclassen opened 1 month ago

dsclassen commented 1 month ago

You are running npm install in the frontend Dockerfile. This should be sufficient to create node_modules in the image.

https://github.com/lbl-cbg/t5-commons/blob/ee7165de8b6acc6566a2aed6591dd69268c3267b/BRAVE/docker-compose.yml#L58

I don't think node_modules needs to be a persistent Docker volume.