Skip to content

Commit

Permalink
Merge pull request #105 from dolthub/taylor/docker
Browse files Browse the repository at this point in the history
docker: Fix dockerfile
  • Loading branch information
tbantle22 authored Jan 23, 2024
2 parents 99cc69a + ae6c87d commit 09a5da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN yarn install --immutable
# Copy the GraphQL server source code
FROM graphql-base AS graphql-build
WORKDIR /app/graphql-server
RUN corepack enable
RUN apk update && apk add curl
COPY --chown=node:node --from=graphql-deps /app/graphql-server/node_modules ./node_modules
COPY --chown=node:node ./graphql-server .
Expand Down

0 comments on commit 09a5da2

Please sign in to comment.