mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-08 23:03:29 -05:00
fix(docker): remove COPY for deleted patches directory
This commit is contained in:
@@ -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/ ./
|
||||
|
||||
Reference in New Issue
Block a user