We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09a5da2 + e496d19 commit cafe02bCopy full SHA for cafe02b
docker/Dockerfile
@@ -9,7 +9,6 @@ WORKDIR /app/graphql-server
9
VOLUME /app/graphql-server/store
10
11
# Copy the package.json and yarn files
12
-COPY --chown=node:node graphql-server/.yarn ./.yarn
13
COPY --chown=node:node graphql-server/yarn.lock graphql-server/package.json graphql-server/.yarnrc.yml ./
14
15
# Install dependencies
@@ -51,7 +50,6 @@ RUN apk add --no-cache libc6-compat
51
50
WORKDIR /app/web
52
53
# Copy the package.json and package-lock.json files
54
-COPY web/.yarn ./.yarn
55
COPY web/yarn.lock web/package.json web/.yarnrc.yml ./
56
57
0 commit comments