Skip to content

Commit cafe02b

Browse files
authored
Merge pull request #106 from dolthub/taylor/docker-3
docker: Remove .yarn copy from Dockerfile
2 parents 09a5da2 + e496d19 commit cafe02b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ WORKDIR /app/graphql-server
99
VOLUME /app/graphql-server/store
1010

1111
# Copy the package.json and yarn files
12-
COPY --chown=node:node graphql-server/.yarn ./.yarn
1312
COPY --chown=node:node graphql-server/yarn.lock graphql-server/package.json graphql-server/.yarnrc.yml ./
1413

1514
# Install dependencies
@@ -51,7 +50,6 @@ RUN apk add --no-cache libc6-compat
5150
WORKDIR /app/web
5251

5352
# Copy the package.json and package-lock.json files
54-
COPY web/.yarn ./.yarn
5553
COPY web/yarn.lock web/package.json web/.yarnrc.yml ./
5654

5755
# Install dependencies

0 commit comments

Comments
 (0)