mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-21 06:46:18 +00:00
adapt make test to clear volumes
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
c42b150861
commit
66f870a5da
3
Makefile
3
Makefile
@ -113,7 +113,8 @@ publish-kweb: build-kweb
|
|||||||
docker push $(docker_repo)/kopano_web:latest
|
docker push $(docker_repo)/kopano_web:latest
|
||||||
|
|
||||||
test:
|
test:
|
||||||
sudo rm -rf data/
|
docker-compose down || true
|
||||||
|
docker volume ls | grep "kopano-docker_" | awk '{print $2}' | xargs docker volume rm || true
|
||||||
make build-all
|
make build-all
|
||||||
docker-compose build
|
docker-compose build
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
Loading…
x
Reference in New Issue
Block a user