Skip to content

Commit 4b6cc40

Browse files
authored
Merge pull request #73 from blinklabs-io/feat/remove-gliveview
feat: remove gliveview
2 parents 325b1be + bbc706d commit 4b6cc40

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Dockerfile

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,7 @@ RUN apt-get update -y && \
5454
sqlite3 \
5555
wget \
5656
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/* && \
7158
chmod +x /usr/local/bin/*
7259
EXPOSE 3001 12788 12798
7360
ENTRYPOINT ["/usr/local/bin/entrypoint"]

0 commit comments

Comments
 (0)