8 lines
150 B
Bash
Executable File
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 |