Skip to content

Commit

Permalink
Merge pull request #106 from dolthub/taylor/docker-3
Browse files Browse the repository at this point in the history
docker: Remove .yarn copy from Dockerfile
  • Loading branch information
tbantle22 authored Jan 23, 2024
2 parents 09a5da2 + e496d19 commit cafe02b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ WORKDIR /app/graphql-server
VOLUME /app/graphql-server/store

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

# Install dependencies
Expand Down Expand Up @@ -51,7 +50,6 @@ RUN apk add --no-cache libc6-compat
WORKDIR /app/web

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

# Install dependencies
Expand Down

0 comments on commit cafe02b

Please sign in to comment.