Fixed some files related to dependencies for building the image
This commit is contained in:
parent
6d01f09030
commit
10a089581f
4 changed files with 3770 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ FROM node:lts
|
|||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
COPY .npmrc ./
|
||||
COPY yarn.lock ./
|
||||
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue