-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: node part of dockerfile #533
Conversation
Signed-off-by: Manfred Touron <[email protected]>
…sma/fix-dockerfile # Conflicts: # Dockerfile # internal/githubprovider/model.go # web/package-lock.json
Signed-off-by: Manfred Touron <[email protected]>
Expected release notes (by @Doozers) fixes: others (will not be included in Semantic-Release notes):
|
Implemented in #537, thx! |
Signed-off-by: Manfred Touron <[email protected]>
add working npm part of the dockerfile and up-to-date package-lock.json.
/!\ This change use the --legacy-peer-deps to
npm install
, this didn't check all the dependency problems and this is not a long term solution but this work fine and can be used while waiting to update all the dependencies manually.