bluffit/container/run.sh
2024-10-13 17:16:06 -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