gestito il riavvio automatico e la grafica windows

This commit is contained in:
tommal
2025-12-02 16:05:45 +01:00
parent 6388fc9e46
commit 67c4783b8c
697 changed files with 5568 additions and 91 deletions

8
install.sh Executable file
View 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