project: update Dockerfile
This commit is contained in:
parent
2121a4097e
commit
d159ffae7d
@ -12,6 +12,9 @@ WORKDIR /app
|
||||
|
||||
COPY package.json /app/
|
||||
|
||||
COPY .npmrc /app/
|
||||
RUN yarn config set "strict-ssl" false
|
||||
|
||||
RUN yarn install
|
||||
|
||||
COPY . /app
|
||||
|
||||
Reference in New Issue
Block a user