bcgov / dts-vc-issuer-service

Digital Trust Verifiable Credential Issuer Service
Apache License 2.0
0 stars 11 forks source link

Fix dev mode for frontend service #44

Closed esune closed 3 years ago

esune commented 3 years ago

The fix allows users to run the frontend container without the need to first run npm install:

Please note: the first start might take a while since the container will need to run npm install, but as long as the volume is not removed (e.g.: use ./manage stop rather than ./manage rm) following runs should be much faster.