mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-14 11:12:09 -05: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
|
|
|