5 lines
80 B
Bash
5 lines
80 B
Bash
#!/bin/bash
|
|
docker compose down
|
|
docker system prune -a
|
|
docker compose up -build
|