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