Detach the container

This commit is contained in:
Andrea Fazzi 2023-02-16 11:35:22 +01:00
parent 14f543a024
commit af07707f3f

2
run.sh
View file

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