Skip to content

Commit

Permalink
add oracle (#2624)
Browse files Browse the repository at this point in the history
  • Loading branch information
yourmoonlight authored Sep 13, 2024
1 parent f9282cc commit 0b129f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ COPY --from=builder $RELEASE_PATH/rooch \
/rooch/
COPY --from=builder $RELEASE_PATH/rooch-faucet \
/rooch-faucet/
COPY --from=builder $RELEASE_PATH/rooch-oracle \
/rooch-oracle/

ENTRYPOINT [ "/rooch/rooch" ]
CMD [ "server", "start" ]
2 changes: 2 additions & 0 deletions docker/DockerfileDebug
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ COPY --from=builder $RELEASE_PATH/rooch \
/rooch/
COPY --from=builder $RELEASE_PATH/rooch-faucet \
/rooch-faucet/
COPY --from=builder $RELEASE_PATH/rooch-oracle \
/rooch-oracle/

ENTRYPOINT [ "/rooch/rooch" ]
CMD [ "server", "start" ]

0 comments on commit 0b129f5

Please sign in to comment.