project: update Dockerfile

This commit is contained in:
vchikalkin 2023-05-05 12:04:10 +03:00
parent 2121a4097e
commit d159ffae7d

View File

@ -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