Skip to content

Commit

Permalink
always restart faucet
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemarsden committed Nov 14, 2023
1 parent 3133f0a commit ee149cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function faucet() {
eval $(./stack print-contract-env)
local privateKey=$(echo -n "$ADMIN_PRIVATE_KEY" | sed 's/^0x//')
local tokenAddress=$(echo -n "$WEB3_TOKEN_ADDRESS" | sed 's/^0x//')
docker run -d \
docker run --restart=always -d \
--name faucet \
-p 8080:8080 \
--network lilypad \
Expand Down

0 comments on commit ee149cb

Please sign in to comment.