Skip to content

Commit

Permalink
fix: build core before running node
Browse files Browse the repository at this point in the history
  • Loading branch information
dnechay committed Feb 18, 2025
1 parent 005f78a commit 92271bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY package.json yarn.lock ./
COPY tsconfig.json ./
COPY packages/core ./packages/core
RUN yarn workspace @human-protocol/core install --ignore-scripts
EXPOSE 8545
RUN yarn workspace @human-protocol/core build

EXPOSE 8545
CMD yarn workspace @human-protocol/core local

0 comments on commit 92271bc

Please sign in to comment.