Changed the running command of the Docker container.

This commit is contained in:
2025-03-30 08:06:31 +03:00
parent ebe2c9b493
commit 3d5557d603
5 changed files with 13 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ mkdir -p ~/.db-middleware/scripts &&
rm -rf ~/.db-middleware/scripts/* &&
cd ~/.db-middleware/scripts &&
wget -qO setup.sh https://gitea.abdulhade.com/abdulhade/db-middleware/raw/branch/main/scripts/setup.sh &&
sudo bash setup.sh
bash setup.sh
```