diff --git a/Makefile b/Makefile index e9a5748..7a96f8e 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,6 @@ image: docker build -t ctop_build -f Dockerfile_build . docker create --name=ctop_built ctop_build ctop -v docker cp ctop_built:/go/bin/ctop . - docker rm -vf ctop_built docker build -t ctop -f Dockerfile . release: