add recreate docker image script
This commit is contained in:
parent
73aac4e6e6
commit
c1a9c7b724
1 changed files with 5 additions and 0 deletions
5
recreate_image.sh
Executable file
5
recreate_image.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
docker compose down && docker compose rm --all && docker compose build --no-cache && docker compose up -d --force-recreate
|
Loading…
Add table
Reference in a new issue