bluffit/container/update.sh
2024-10-13 17:43:12 -04:00

13 lines
No EOL
263 B
Bash
Executable file

#!/bin/bash
DIR="$(cd "$(dirname "$0")" && pwd)"
docker compose down
docker image remove bluffit-app
cd ..
rm -rf "$DIR" &
curl -LO "https://github.com/mavdotjs/bluffit/releases/latest/download/container.zip"
unzip ./container.zip
rm container.zip
cd container