automated terminal push
This commit is contained in:
19
tor-robot-remix/compose.bash
Executable file
19
tor-robot-remix/compose.bash
Executable file
@@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
|
||||
##
|
||||
|
||||
reset;
|
||||
|
||||
clear;
|
||||
|
||||
##
|
||||
|
||||
set -e;
|
||||
|
||||
set -x;
|
||||
|
||||
##
|
||||
|
||||
docker-compose pull
|
||||
|
||||
docker-compose up --build -d
|
||||
Reference in New Issue
Block a user