5 lines
No EOL
110 B
Bash
5 lines
No EOL
110 B
Bash
#!/bin/bash
|
|
git reset --hard
|
|
git pull -v
|
|
docker-compose down
|
|
docker-compose up --force-recreate --build -d |