Browse Source

Detach the container

Andrea Fazzi 1 year ago
parent
commit
af07707f3f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run.sh

+ 1 - 1
run.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
 
 docker compose down
-docker compose up --build
+docker compose up -d --build