Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 14, 2023
1 parent d6de23a commit bde6070
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ run:
docker run --rm --name stellar -p 8000:8000 stellar/quickstart:$(TAG) --standalone --enable-soroban-rpc

logs:
docker exec stellar /bin/sh -c 'tail -F /var/log/supervisor/*$(LOG)*'

console:
docker exec -it stellar /bin/bash
docker exec stellar /bin/sh -c 'tail -F /var/log/supervisor/*'

build-latest:
$(MAKE) build TAG=latest \
Expand Down

0 comments on commit bde6070

Please sign in to comment.