mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 09:51:10 -06:00
14 lines
203 B
Bash
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
|
|
|