bcgov / dts-vc-issuer-service

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

Added npm install to serve script #42

Closed mtpultz closed 3 years ago

mtpultz commented 3 years ago

Signed-off-by: Martin Pultz mtpultz@gmail.com

swcurran commented 3 years ago

That worked for me. Still a work in progress so I won't approve/merge yet (still building, but past the error). Let me know.

esune commented 3 years ago

@swcurran @mtpultz I just pushed the same fix, but using docker - see #44

The benefit of the docker approach is that sometimes the dependencies on the host machine and in the container need to be different (e.g.: windows host, linux container) and this keeps them segregated.