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.
1 parent 005f78a commit 92271bcCopy full SHA for 92271bc
packages/examples/cvat/recording-oracle/dockerfiles/blockchain-node.Dockerfile
@@ -12,6 +12,7 @@ COPY package.json yarn.lock ./
12
COPY tsconfig.json ./
13
COPY packages/core ./packages/core
14
RUN yarn workspace @human-protocol/core install --ignore-scripts
15
-EXPOSE 8545
+RUN yarn workspace @human-protocol/core build
16
17
+EXPOSE 8545
18
CMD yarn workspace @human-protocol/core local
0 commit comments