bluffit/container/update.sh

12 lines
245 B
Bash
Raw Normal View History

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