Skip to content

Commit

Permalink
feat(dockerfile): expose ipfs port
Browse files Browse the repository at this point in the history
  • Loading branch information
nampdn authored Dec 28, 2018
1 parent 398b31d commit 3918600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ RUN apk add wget git tar && \
wget https://dist.ipfs.io/go-ipfs/$IPFS_VERSION/$IPFS_BIN && \
tar xvfz $IPFS_BIN && \
mv go-ipfs/ipfs /usr/local/bin/ipfs

EXPOSE 4001
EXPOSE 5001
EXPOSE 8080

0 comments on commit 3918600

Please sign in to comment.