delete patch

This commit is contained in:
2024-10-29 17:32:45 +01:00
parent fe33c5f123
commit eaaa026b5d
5 changed files with 1 additions and 66 deletions

View File

@@ -6,7 +6,6 @@ ENV NODE_ENV=${NODE_ENV}
WORKDIR /opt/
COPY package.json package-lock.json ./
COPY ./patches ./patches
RUN npm config set fetch-retry-maxtimeout 600000 -g && npm install
RUN npx patch-package