Skip to content

Commit

Permalink
fix: corepack config
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Jun 20, 2024
1 parent 7e74b2f commit 6946d96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN corepack enable
# Install dependencies for the entire monorepo
COPY . /app-explorer
WORKDIR /app-explorer
RUN pnpm install

# Expose the specified port
EXPOSE ${SERVER_PORT}
Expand Down
1 change: 1 addition & 0 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"private": true,
"author": "Fuel Labs <contact@fuel.sh> (https://fuel.network/)",
"license": "Apache-2.0",
"packageManager": "pnpm@8.1.0",
"main": "./src/index.ts",
"types": "./src/index.ts",
"typings": "./src/index.ts",
Expand Down

0 comments on commit 6946d96

Please sign in to comment.