1
0
mirror of https://github.com/cheat/cheat.git synced 2025-05-17 21:56:04 +02:00

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

@ -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: