Skip to content

Commit

Permalink
support restarts
Browse files Browse the repository at this point in the history
  • Loading branch information
containerman17 authored Aug 19, 2024
1 parent 3996446 commit dd08668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ COPY --from=avalanchego /avalanchego/build/avalanchego /tmp/hypersdk/avalanchego

COPY --from=faucet-builder /hypersdk/examples/morpheusvm/build/morpheus-faucet /morpheus-faucet

ENTRYPOINT ["/bin/bash", "-c", "./scripts/run.sh && echo 'Subnet RPC started, starting faucet' && /morpheus-faucet"]
ENTRYPOINT ["/bin/bash", "-c", "./scripts/stop.sh; ./scripts/run.sh && echo 'Subnet RPC started, starting faucet' && /morpheus-faucet"]

0 comments on commit dd08668

Please sign in to comment.