remove reference to typings NPM package in Dockerfile
This commit is contained in:
parent
7ffbd31174
commit
ae0ed04621
3 changed files with 1 additions and 3 deletions
|
@ -89,7 +89,6 @@ RUN ln -s /usr/bin/nodejs /usr/bin/node
|
|||
ADD package.json package.json
|
||||
ADD tsconfig.json tsconfig.json
|
||||
ADD webpack.config.js webpack.config.js
|
||||
ADD typings.json typings.json
|
||||
ADD yarn.lock yarn.lock
|
||||
RUN yarn install --ignore-engines
|
||||
|
||||
|
|
Reference in a new issue