mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 04:17:44 +08:00
fix(Dockerfile) must specify both ports on one line
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
9374f90763
commit
458afe3da9
@ -4,8 +4,7 @@ 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 5001 # API
|
||||
EXPOSE 4001 # SWARM
|
||||
EXPOSE 4001 5001
|
||||
|
||||
ENTRYPOINT ["ipfs"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user