Skip to content
Snippets Groups Projects
Commit 9374f907 authored by Brian Tiger Chow's avatar Brian Tiger Chow
Browse files

feat(Dockerfile) expose API port


License: MIT
Signed-off-by: default avatarBrian Tiger Chow <brian@perfmode.com>
parent 63225d8f
No related branches found
No related tags found
1 merge request!1New
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment