Merge branch 'development'

This commit is contained in:
vchikalkin 2023-05-05 12:04:35 +03:00
commit 01525814f1

View File

@ -12,6 +12,9 @@ WORKDIR /app
COPY package.json /app/ COPY package.json /app/
COPY .npmrc /app/
RUN yarn config set "strict-ssl" false
RUN yarn install RUN yarn install
COPY . /app COPY . /app