docker (docker-compose) scripts

This commit is contained in:
sHa
2019-06-07 11:57:30 +03:00
parent 6236a3c00c
commit ddb3dc0d8e
7 changed files with 61 additions and 14 deletions

13
scripts/docker/prune.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
#
# @package sscripts
# @author sHa <sha@shadoll.dev>
# @copyright 2019 shadoll
# @version 19.6.7
# @link https://shadoll.dev
#
DIR=$(dirname $BASH_SOURCE)
PROJECT=(${DIR//node_modules/ })
docker system prune -f