Skip to content

Commit

Permalink
renamed devnet-docker-run to devnet-run-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Aug 19, 2024
1 parent 6a6320d commit 8366643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ devnet:
devnet-run: devnet
go run main.go --config .hack/devnet/generated-assertoor-config.yaml

devnet-docker-run: devnet build
devnet-run-docker: devnet build
docker build --file ./Dockerfile-stub -t assertoor:devnet-run .
docker run --rm -v $(PWD):/app --entrypoint "./bin/assertoor" -it assertoor:devnet-run --config .hack/devnet/generated-assertoor-config.yaml

Expand Down

0 comments on commit 8366643

Please sign in to comment.