Beta Backports (#10354)

* version: bump beta to 2.3.4

* snap: prefix version and populate candidate channel (#10343)

* snap: populate candidate releases with beta snaps to avoid stale channel

* snap: prefix version with v*

* no volumes are needed, just run -v volume:/path/in/the/container (#10345)
This commit is contained in:
Afri Schoedon
2019-02-14 14:14:42 +01:00
committed by GitHub
parent 3b9b1a8f14
commit 7f3a72bde1
5 changed files with 14 additions and 11 deletions

View File

@@ -25,7 +25,6 @@ COPY scripts/docker/hub/check_sync.sh /check_sync.sh
# switch to user parity here
USER parity
VOLUME [ "/home/parity/.local/share/io.parity.ethereum" ]
EXPOSE 5001 8080 8082 8083 8545 8546 8180 30303/tcp 30303/udp
ENTRYPOINT ["/bin/parity"]