Commit 458afe3d authored by Brian Tiger Chow's avatar Brian Tiger Chow

fix(Dockerfile) must specify both ports on one line

License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 9374f907
...@@ -4,8 +4,7 @@ MAINTAINER Brian Tiger Chow <btc@perfmode.com> ...@@ -4,8 +4,7 @@ MAINTAINER Brian Tiger Chow <btc@perfmode.com>
COPY . /go/src/github.com/jbenet/go-ipfs COPY . /go/src/github.com/jbenet/go-ipfs
RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install RUN cd /go/src/github.com/jbenet/go-ipfs/cmd/ipfs && go install
EXPOSE 5001 # API EXPOSE 4001 5001
EXPOSE 4001 # SWARM
ENTRYPOINT ["ipfs"] 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