We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418d8e0 commit 1427f13Copy full SHA for 1427f13
clients/ethrex/Dockerfile
@@ -20,8 +20,7 @@ ADD enode.sh /hive-bin/enode.sh
20
RUN chmod +x /hive-bin/enode.sh
21
22
# Create version.txt
23
-# RUN /usr/local/bin/ethrex --version | sed -e 's/ethrex \(.*\)/\1/' > /version.txt
24
-RUN echo "ethrex/0.1.0" > /version.txt
+RUN ethrex --version | sed -e 's/ethrex \(.*\)/\1/' > /version.txt
25
26
# Export the usual networking ports to allow outside access to the node.
27
EXPOSE 8545 8546 30303 30303/udp
0 commit comments