mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 01:06:46 +00:00
chg: Added stopping the docker image to make clean
This commit is contained in:
parent
0cfa674029
commit
731cb41646
2
Makefile
2
Makefile
@ -35,6 +35,8 @@ docker-release: build-release
|
||||
---tag ${DOCKER_USERNAME}/chhoto-url:latest -platform linux/amd64,linux/arm64,linux/arm/v7 -f Dockerfile.multiarch .
|
||||
|
||||
clean:
|
||||
docker ps -q --filter "name=chhoto-url" | xargs -r docker stop
|
||||
docker ps -aq --filter "name=chhoto-url" | xargs -r docker rm
|
||||
cargo clean --manifest-path=actix/Cargo.toml
|
||||
|
||||
.PHONY: build-dev docker-local build-release
|
||||
|
Loading…
Reference in New Issue
Block a user