mirror of
https://github.com/cheat/cheat.git
synced 2024-10-31 21:21:02 +01: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:
parent
ef1da90a77
commit
a297d1619c
5
Makefile
5
Makefile
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user