Skip to content

Commit

Permalink
fix flags on docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Apr 2, 2024
1 parent a241c5b commit 89e1851
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/fresh_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,10 @@ do
e) EMAIL=1;;
s) S3PUSH=1;;
D) docker system df
docker image prune --quiet -a -f
docker volume prune --quiet -f
docker system prune --quiet -f
docker system df --quiet
docker image prune -a -f
docker volume prune -f
docker system prune -f
docker system df
;;
h) usage
exit
Expand Down

0 comments on commit 89e1851

Please sign in to comment.