Export ws port 9944 and add doc (#440)

Fix #437
This commit is contained in:
Chevdor
2018-07-28 10:14:30 +02:00
committed by Gav Wood
parent 9bcecefbe0
commit 93fb824dfc
2 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y && \
COPY version /polkadot
WORKDIR /polkadot
EXPOSE 30333 9933
EXPOSE 30333 9933 9944
VOLUME ["/data"]
CMD ["/bin/sh", "polkadot"]