Files
Touchh/bin/update
2024-12-27 17:35:52 +10:00

8 lines
72 B
Bash
Executable File

#!/usr/bin/env bash
cd `dirname $0`/..
git pull
docker compose build