File tree Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Expand file tree Collapse file tree 4 files changed +2
-15
lines changed Original file line number Diff line number Diff line change 2525
2626clean_all :
2727 docker-compose down
28- # sudo rm -rf tests/tmp/*
29- sudo rm -rf tests/tmp/app/*
30- sudo rm -rf tests/tmp/docker_app/*
31- sudo rm -rf tests/tmp/maria/*
32- sudo rm -rf tests/tmp/cache/*
33- sudo rm -rf tests/tmp/postgres/*
28+ sudo rm -rf tests/tmp/*
3429
3530clean :
3631 sudo rm -rf tests/tmp/app/*
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ services:
3232 - ' 13306:3306'
3333 volumes :
3434 - ./tests/tmp/mysql:/var/lib/mysql:rw
35- # - mysql:/var/lib/mysql
3635 environment :
3736 TZ : UTC
3837 MYSQL_ALLOW_EMPTY_PASSWORD : 1
Original file line number Diff line number Diff line change 1- /tmp /cache
2- /tmp /docker_app
3- /tmp /maria
4- # !/tmp/mysql/.gitignore
1+ /tmp
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments