Verified Commit 7e4b1c7e authored by Grégor JOUET's avatar Grégor JOUET 🔧
Browse files

Pull repo before rebuild

parent bf8f0ff1
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
#!/bin/bash
git pull || exit 1
DOCKER_BUILDKIT=1 docker build -t dvic.devinci.fr/server/myfab:latest -f ci/Dockerfile . || exit 1
docker-compose -p myfab down
docker-compose -p myfab up -d
 No newline at end of file