gestito il riavvio automatico e la grafica windows
This commit is contained in:
8
install.sh
Executable file
8
install.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose down
|
||||
docker system prune -a -f
|
||||
docker volume prune -a -f
|
||||
docker build -t fis .
|
||||
docker compose up -d
|
||||
docker compose logs -f
|
||||
Reference in New Issue
Block a user