fix(docker): drop COPY .yarn/ — dir is gitignored, absent in CI builds
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
This commit is contained in:
@@ -4,7 +4,6 @@ WORKDIR /repo
|
|||||||
|
|
||||||
# Copy workspace manifests for cached install
|
# Copy workspace manifests for cached install
|
||||||
COPY package.json yarn.lock .yarnrc.yml ./
|
COPY package.json yarn.lock .yarnrc.yml ./
|
||||||
COPY .yarn/ ./.yarn/
|
|
||||||
COPY packages/shared/package.json ./packages/shared/package.json
|
COPY packages/shared/package.json ./packages/shared/package.json
|
||||||
COPY apps/api/package.json ./apps/api/package.json
|
COPY apps/api/package.json ./apps/api/package.json
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user