fix Fatturazione elettronica XML previe

This commit is contained in:
2026-01-05 10:04:13 +01:00
parent 67c4783b8c
commit 6a19f7cde6
992 changed files with 17335 additions and 4344 deletions

8
gal/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