Skip to content

Commit

Permalink
feat: add comments to makefile to clarify how localnet commands work
Browse files Browse the repository at this point in the history
  • Loading branch information
jlehtimaki committed Sep 1, 2023
1 parent b31e7e8 commit 5e41b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,11 @@ check-vuln-deps:
### Run Localnet ###
###############################################################################

# Run localnet in a containerized environment
# Run localnet in a containerized environment, starts new localnet
localnet:
TAG=$(LATEST_TAG) docker-compose up

# Continue the stopped containerized localnet, starts the stopped containers
localnet-continue:
TAG=$(LATEST_TAG) CONTINUE="continue" docker-compose up

Expand Down

0 comments on commit 5e41b18

Please sign in to comment.