Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 18c7a24

Browse files
author
Billy Clark
committed
not taking advantage of best cleanup command
1 parent 77b480a commit 18c7a24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
start:
1+
start:
22
docker-compose up -d
33

4-
errors:
4+
errors:
55
docker-compose exec hub cat /var/log/apache2/error.log
66
docker-compose exec idp1 cat /var/log/apache2/error.log
77
docker-compose exec idp2 cat /var/log/apache2/error.log
88

99
clean:
1010
docker-compose kill
11-
docker-compose rm -f
11+
docker system prune -f

0 commit comments

Comments
 (0)