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
|
@ -80,7 +80,7 @@ RUN curl -L -o /usr/local/bin/prometheus-aggregator https://github.com/coreos/pr
|
|||
|
||||
# Install front-end dependencies
|
||||
RUN ln -s /usr/bin/nodejs /usr/bin/node
|
||||
COPY static/ package.json tsconfig.json webpack.config.js typings.json yarn.lock ./
|
||||
COPY static/ package.json tsconfig.json webpack.config.js tslint.json yarn.lock ./
|
||||
RUN yarn install --ignore-engines
|
||||
|
||||
|
||||
|
|
Reference in a new issue