1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-01 19:24:14 +08:00

Merge pull request #256 from jbenet/docker-init-fix

fix(Dockerfile)
This commit is contained in:
Juan Batiz-Benet
2014-11-02 23:34:03 -08:00

View File

@ -3,8 +3,6 @@ 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
RUN ipfs init
RUN ipfs config Identity.Address "/ip4/0.0.0.0/tcp/4001"
EXPOSE 4001