File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
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/*
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/*
2933
3034clean :
3135 sudo rm -rf tests/tmp/app/*
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ services:
3131 ports :
3232 - ' 13306:3306'
3333 volumes :
34- - mysql:/var/lib/mysql:rw
34+ - ./tests/tmp/mysql:/var/lib/mysql:rw
35+ # - mysql:/var/lib/mysql
3536 environment :
3637 TZ : UTC
3738 MYSQL_ALLOW_EMPTY_PASSWORD : 1
Original file line number Diff line number Diff line change 1- /tmp
1+ /tmp /cache
2+ /tmp /docker_app
3+ /tmp /maria
4+ # !/tmp/mysql/.gitignore
Original file line number Diff line number Diff line change 1+ # .gitignore
2+ *
3+ . /.. /*
4+ ! .gitignore
You can’t perform that action at this time.
0 commit comments