bluffit/container/run.sh
2024-10-13 17:43:12 -04:00

6 lines
No EOL
95 B
Bash
Executable file

#!/bin/bash
docker compose down
rm -rf ./run
docker image remove bluffit-app
docker compose up