mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 23:26:45 +08:00
remove build-time container in make image
This commit is contained in:
1
Makefile
1
Makefile
@@ -24,6 +24,7 @@ image:
|
|||||||
docker build -t ctop_build -f Dockerfile_build .
|
docker build -t ctop_build -f Dockerfile_build .
|
||||||
docker create --name=ctop_built ctop_build ctop -v
|
docker create --name=ctop_built ctop_build ctop -v
|
||||||
docker cp ctop_built:/go/bin/ctop .
|
docker cp ctop_built:/go/bin/ctop .
|
||||||
|
docker rm -vf ctop_built
|
||||||
docker build -t ctop -f Dockerfile .
|
docker build -t ctop -f Dockerfile .
|
||||||
|
|
||||||
release:
|
release:
|
||||||
|
|||||||
Reference in New Issue
Block a user