fix(docker): remove COPY for deleted patches directory
This commit is contained in:
parent
da9cb87448
commit
f34dab604c
|
|
@ -7,8 +7,7 @@ ENV PNPM_CACHE_FOLDER=.cache/pnpm/
|
|||
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||
ENV CYPRESS_INSTALL_BINARY=0
|
||||
|
||||
COPY frontend/pnpm-lock.yaml frontend/package.json frontend/.npmrc ./
|
||||
COPY frontend/patches ./patches
|
||||
COPY frontend/pnpm-lock.yaml frontend/package.json frontend/.npmrc ./
|
||||
RUN npm install -g corepack && corepack enable && \
|
||||
pnpm install --frozen-lockfile
|
||||
COPY frontend/ ./
|
||||
|
|
|
|||
Loading…
Reference in New Issue