Skip to content

Run yarn install as part of Docker CMD and mount /app as read/write

rfb11 requested to merge bugfix-docker-node_modules into main

This allows node_modules to be updated each time the container is brought up, and any changes to yarn.lock will be written back to the host directory if the developer wants to commit them.

Merge request reports

Loading