bookssearch/redeploy.sh
2025-04-02 06:07:23 +00:00

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