Skip to content

Commit 55f5a5e

Browse files
committed
fixup! feat(sdk): add cartesi-rollups-graphql binary
1 parent 4a5a218 commit 55f5a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ COPY --from=su-exec /usr/local/src/su-exec /usr/local/bin/
153153
COPY --from=crane /usr/local/bin/crane /usr/local/bin/
154154
COPY --from=devnet /usr/local/lib/node_modules/@cartesi/devnet/export/abi/localhost.json /usr/share/cartesi/
155155
COPY --from=devnet /usr/local/lib/node_modules/@cartesi/devnet/build/anvil_state.json /usr/share/cartesi/
156-
COPY --from=graphql /usr/local/bin/rollups-graphql /usr/local/bin/cartesi-rollups-graphql
156+
COPY --from=graphql /usr/local/bin/cartesi-rollups-graphql /usr/local/bin/cartesi-rollups-graphql
157157
RUN mkdir -p /tmp/.cartesi && chmod 1777 /tmp/.cartesi
158158

159159
# Install cartesi-machine emulator

0 commit comments

Comments
 (0)