6 lines
113 B
Bash
6 lines
113 B
Bash
#!/bin/bash
|
|
pause
|
|
git reset --hard
|
|
git pull -v
|
|
docker-compose down
|
|
docker-compose up --force-recreate --build -d
|