Skip to content

Commit

Permalink
fix(build): docker port
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Dec 12, 2018
1 parent 722b505 commit c07b493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ RUN chown -R ckb:ckb $DATADIR/nodes
#switch use
USER ckb

EXPOSE 8114/tcp 8115/udp
EXPOSE 8114 8115
ENTRYPOINT ["./entrypoint.sh"]

0 comments on commit c07b493

Please sign in to comment.