Commit 9374f907 authored by Brian Tiger Chow's avatar Brian Tiger Chow

feat(Dockerfile) expose API port

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 63225d8f
......@@ -4,7 +4,8 @@ MAINTAINER Brian Tiger Chow <btc@perfmode.com>
COPY . /go/src/github.com/jbenet/go-ipfs
RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install
EXPOSE 4001
EXPOSE 5001 # API
EXPOSE 4001 # SWARM
ENTRYPOINT ["ipfs"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment