diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..72be4f1 --- /dev/null +++ b/build.sh @@ -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 \ No newline at end of file