Edit Shellscripts
This commit is contained in:
parent
16b0bcfbfb
commit
337cca7b71
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Deployment Script for docker and all containers
|
||||
|
||||
NC='\033[0m'
|
||||
|
||||
RED='\033[00;31m'
|
||||
|
@ -1,4 +1,7 @@
|
||||
# START docker-compose
|
||||
|
||||
# Undeploy docker and containers
|
||||
|
||||
do_cleanup () {
|
||||
docker-compose down
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user