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