mirror of
https://github.com/intari/roocodetests_1.git
synced 2025-04-08 04:59:10 +00:00
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
|