Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
update docker for libp2p
Browse files Browse the repository at this point in the history
  • Loading branch information
chhsiao1981 committed Dec 19, 2018
1 parent 35cdf13 commit b3a9e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -16,4 +16,4 @@ COPY --from=builder /go/src/github.com/ailabstw/go-pttai/build/bin/gptt /usr/loc
COPY --from=builder /go/src/github.com/ailabstw/go-pttai/static /static

EXPOSE 9487 9487/udp
ENTRYPOINT ["gptt", "--testnet", "--httpdir", "/static", "--httpaddr", "0.0.0.0:9774", "--rpcaddr", "0.0.0.0"]
ENTRYPOINT ["gptt", "--testp2p", "--httpdir", "/static", "--httpaddr", "0.0.0.0:9774", "--rpcaddr", "0.0.0.0"]

0 comments on commit b3a9e40

Please sign in to comment.