Skip to content

Commit

Permalink
Remove docker_local from Makefile (#16335)
Browse files Browse the repository at this point in the history
Signed-off-by: kirtanchandak <themarketingkirtan@gmail.com>
  • Loading branch information
kirtanchandak authored Jul 8, 2024
1 parent ed482be commit 5a3bef5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,6 @@ docker_lite_all: docker_lite $(DOCKER_LITE_TARGETS)
docker_lite:
${call build_docker_image,docker/lite/Dockerfile,vitess/lite}

docker_local:
${call build_docker_image,docker/local/Dockerfile,vitess/local}

docker_run_local:
./docker/local/run.sh

docker_mini:
${call build_docker_image,docker/mini/Dockerfile,vitess/mini}

Expand Down

0 comments on commit 5a3bef5

Please sign in to comment.