first commit from PC
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
pushd ~/docker
|
||||
docker-compose pull
|
||||
docker-compose -p app up -d
|
||||
docker system prune -f
|
||||
popd
|
||||
Reference in New Issue
Block a user