Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
[REST Server][Web Portal]Apply patches to vulnerable dependencies (#1415
Browse files Browse the repository at this point in the history
)

* Webportal: Use tilde-version to apply the patches of each deps

* Webportal: fix public path

Introduced in webpack-contrib/file-loader#246

* Use yarn.lock instead of package-lock.json

* REST server: Use tilde-version to apply the patches of each deps

* Change command of dependencies installing
  • Loading branch information
Gerhut committed Oct 11, 2018
1 parent 2412bba commit 9d855e1
Show file tree
Hide file tree
Showing 9 changed files with 3,521 additions and 5,556 deletions.
2 changes: 1 addition & 1 deletion docs/rest-server/README.md
Expand Up @@ -41,7 +41,7 @@ To start a REST Server service, the following services should be ready and corre

## Build

Run `npm install` to install dependencies.
Run `npm run yarn install` to install dependencies.

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion src/rest-server/build/rest-server.dockerfile
Expand Up @@ -35,7 +35,7 @@ ENV NODE_ENV=production \

COPY package.json ./

RUN npm install
RUN npm run yarn install

COPY . .

Expand Down

0 comments on commit 9d855e1

Please sign in to comment.