Removed client references in the Dockerfile
ci/woodpecker/push/ociImageTag Pipeline failed
Details
ci/woodpecker/push/ociImageTag Pipeline failed
Details
This commit is contained in:
parent
347568fc8d
commit
94fed071db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue