4 lines
81 B
Bash
Executable File
4 lines
81 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker compose -f dev/docker-compose.dev.yaml down --remove-orphans
|