add rebuild docker script

This commit is contained in:
b1ek 2023-03-04 17:04:29 +10:00
parent b0fe17c632
commit fa3be563d3
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 5 additions and 0 deletions

5
rebuild_docker.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
docker-compose down -t0
docker-compose build --no-cache
docker-compose up -d