Add rebuild.sh

This commit is contained in:
bvn13 2024-11-10 14:40:44 +03:00
parent aff29f14e1
commit aea07c99dc

4
rebuild.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
docker-compose down
#docker-compose build --no-cache --build-arg CACHEBUST=$(date +%s)
docker-compose up -d --build --force-recreate