Removed client references in the Dockerfile
ci/woodpecker/push/ociImageTag Pipeline failed Details

This commit is contained in:
Natty 2023-07-08 00:09:50 +02:00
parent 347568fc8d
commit 94fed071db
Signed by: natty
GPG Key ID: BF6CB659ADEE60EC
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ RUN cargo fetch --locked --manifest-path /calckey/packages/backend/native-utils/
# Copy only the dependency-related files first, to cache efficiently
COPY package.json pnpm*.yaml ./
COPY packages/backend/package.json packages/backend/package.json
COPY packages/client/package.json packages/client/package.json
COPY packages/sw/package.json packages/sw/package.json
COPY packages/calckey-js/package.json packages/calckey-js/package.json
COPY packages/backend/native-utils/package.json packages/backend/native-utils/package.json
COPY packages/backend/native-utils/npm/linux-x64-musl/package.json packages/backend/native-utils/npm/linux-x64-musl/package.json