add build script

This commit is contained in:
x
2025-04-30 16:44:29 +02:00
parent 75a3dce5b3
commit 8eadcd6601

6
build.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
echo "building new f0bm image with latest tag"
git -C f0ckv2/ pull
sudo docker build -f Dockerfile . -t f0bm
docker-compose -f docker-compose-prod.yaml down
docker-compose -f docker-compose-prod.yaml up -d