File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,7 @@ RUN apt-get update -y && \
54
54
sqlite3 \
55
55
wget \
56
56
zlib1g && \
57
- rm -rf /var/lib/apt/lists/*
58
- RUN curl -sLo /usr/local/bin/gLiveView.sh \
59
- https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/gLiveView.sh && \
60
- curl -sL \
61
- https://raw.githubusercontent.com/cardano-community/guild-operators/master/scripts/cnode-helper-scripts/env | \
62
- sed \
63
- -e "s|#CNODE_HOME=.*|CNODE_HOME=/opt/cardano |" \
64
- -e "s|#CNODE_PORT=.*|CNODE_PORT=\$ {CARDANO_PORT:-3001} |" \
65
- -e "s|#CONFIG=.*|CONFIG=\$ {CARDANO_CONFIG:-/opt/cardano/config/\$ {CARDANO_NETWORK:-\$ {NETWORK:-mainnet}}/config.json} |" \
66
- -e "s|#SOCKET=.*|SOCKET=\$ {CARDANO_SOCKET_PATH:-/opt/cardano/ipc/socket} |" \
67
- -e "s|#TOPOLOGY=.*|TOPOLOGY=\$ {CARDANO_TOPOLOGY:-/opt/cardano/config/\$ {CARDANO_NETWORK:-\$ {NETWORK:-mainnet}}/topology.json} |" \
68
- -e "s|#LOG_DIR=.*|LOG_DIR=\$ {CARDANO_LOG_DIR:-/opt/cardano/logs} |" \
69
- -e "s|#DB_DIR=.*|DB_DIR=\$ {CARDANO_DATABASE_PATH:-/opt/cardano/data} |" > \
70
- /usr/local/bin/env && \
57
+ rm -rf /var/lib/apt/lists/* && \
71
58
chmod +x /usr/local/bin/*
72
59
EXPOSE 3001 12788 12798
73
60
ENTRYPOINT ["/usr/local/bin/entrypoint" ]
You can’t perform that action at this time.
0 commit comments