aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorAli92hm <ali92hm@gmail.com>2017-05-21 01:37:45 +0800
committerAli92hm <ali92hm@gmail.com>2017-05-26 03:34:29 +0800
commit45421d3130482f4c416c29f3f843fc8cdb0590dc (patch)
tree849095c64ca6b18404d705a47cfa25989e4d81a7 /Dockerfile
parent115e7d71cc09aee46aa68004146073e17d6e40aa (diff)
downloaddexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.gz
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.bz2
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.lz
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.xz
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.tar.zst
dexon-45421d3130482f4c416c29f3f843fc8cdb0590dc.zip
dockerfile: expose 30303/udp
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 1db97e028..6bf13dc31 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,5 +10,6 @@ RUN \
EXPOSE 8545
EXPOSE 30303
+EXPOSE 30303/udp
ENTRYPOINT ["geth"]