mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 00:08:06 +08:00
feat(Dockerfile) expose API port
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:
parent
63225d8fb3
commit
9374f90763
@ -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"]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user