chore(build): remove `make docker-run`

Remove the `docker-run` `make` target, which was added in haste. It was
entirely redundant with `docker-sh`.
This commit is contained in:
Christopher Allen Lane 2022-07-05 14:40:15 -04:00
parent ef1da90a77
commit a297d1619c
1 changed files with 0 additions and 5 deletions

View File

@ -180,11 +180,6 @@ prepare: | $(dist_dir) clean generate vendor fmt lint vet test
docker-setup:
$(DOCKER) build -t $(docker_image) -f Dockerfile .
## docker-run: shell into the development docker container
.PHONY: docker-run
docker-run:
$(DOCKER) run -v `pwd`:/app -ti $(docker_image) sh
## docker-sh: shell into the docker development container
.PHONY: docker-sh
docker-sh: