gctools-outilsgc / concierge

OAuth2 and OpenID microservice used for handling user registration, login and SAML2 SSO
https://account-compte.gccollab.ca
European Union Public License 1.1
11 stars 4 forks source link

Fix Docker / npm build #231

Closed Phanoix closed 1 year ago

Phanoix commented 2 years ago

Docker build is running into npm related errors, dependabot PRs should be a good starting point.

doug0102 commented 2 years ago

@Phanoix I opened a new branch here https://github.com/gctools-outilsgc/concierge/tree/231

I pushed my changes to the dockerfile that worked on Windows as well as updated the readme letting people know about the CRLF issue.

piet0024 commented 1 year ago

I was able to build concierge locally on that branch (231). I had to make a change to the Dockerfile here https://github.com/gctools-outilsgc/concierge/blob/231/Dockerfile#L5 I had to change this line to just npm and it built.

Phanoix commented 1 year ago

@piet0024 yeah, looks like the nodejs-npm is now called just npm https://pkgs.alpinelinux.org/package/edge/community/x86_64/npm.