Detach the container
This commit is contained in:
parent
14f543a024
commit
af07707f3f
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
docker compose down
|
docker compose down
|
||||||
docker compose up --build
|
docker compose up -d --build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue