Files
maschera/j_version/install.sh
2026-01-22 16:55:02 +01:00

8 lines
150 B
Bash
Executable File

#!/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