Skip to content

Commit 92271bc

Browse files
committed
fix: build core before running node
1 parent 005f78a commit 92271bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/examples/cvat/recording-oracle/dockerfiles/blockchain-node.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ COPY package.json yarn.lock ./
1212
COPY tsconfig.json ./
1313
COPY packages/core ./packages/core
1414
RUN yarn workspace @human-protocol/core install --ignore-scripts
15-
EXPOSE 8545
15+
RUN yarn workspace @human-protocol/core build
1616

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

0 commit comments

Comments
 (0)