Skip to content

Commit 12674d4

Browse files
author
Zachinquarantine
authored
cmd/puppeth: remove shh from Dockerfile (#23634)
1 parent 51ececb commit 12674d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/puppeth/module_explorer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ FROM puppeth/blockscout:latest
3535
ADD genesis.json /genesis.json
3636
RUN \
3737
echo 'geth --cache 512 init /genesis.json' > explorer.sh && \
38-
echo $'geth --networkid {{.NetworkID}} --syncmode "full" --gcmode "archive" --port {{.EthPort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --http --http.api "net,web3,eth,shh,debug" --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --exitwhensynced' >> explorer.sh && \
39-
echo $'exec geth --networkid {{.NetworkID}} --syncmode "full" --gcmode "archive" --port {{.EthPort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --http --http.api "net,web3,eth,shh,debug" --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" &' >> explorer.sh && \
38+
echo $'geth --networkid {{.NetworkID}} --syncmode "full" --gcmode "archive" --port {{.EthPort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --http --http.api "net,web3,eth,debug" --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" --exitwhensynced' >> explorer.sh && \
39+
echo $'exec geth --networkid {{.NetworkID}} --syncmode "full" --gcmode "archive" --port {{.EthPort}} --bootnodes {{.Bootnodes}} --ethstats \'{{.Ethstats}}\' --cache=512 --http --http.api "net,web3,eth,debug" --http.corsdomain "*" --http.vhosts "*" --ws --ws.origins "*" &' >> explorer.sh && \
4040
echo '/usr/local/bin/docker-entrypoint.sh postgres &' >> explorer.sh && \
4141
echo 'sleep 5' >> explorer.sh && \
4242
echo 'mix do ecto.drop --force, ecto.create, ecto.migrate' >> explorer.sh && \

0 commit comments

Comments
 (0)