openclassify/uninstall.sh
2023-06-26 17:25:00 +00:00

14 lines
203 B
Bash

#!/bin/bash
echo "|| ## Openclassify ## || "
echo "|| Removing Bye bye || "
docker compose down -v
# TODO @fatihalp
# reinstall
docker compose build --no-cache
docker compose up --force-recreate