add rebuild docker script
This commit is contained in:
parent
b0fe17c632
commit
fa3be563d3
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
docker-compose down -t0
|
||||||
|
docker-compose build --no-cache
|
||||||
|
docker-compose up -d
|
Loading…
Reference in New Issue