Files
ruoyi-ai/docker-deploy/source-code/fetch-backend-source-code.sh

8 lines
161 B
Bash
Executable File

#!/bin/bash
rm -rf ruoyi-ai-backend
git clone https://github.com/ageerle/ruoyi-ai
mv ruoyi-ai ruoyi-ai-backend
cd ruoyi-ai-backend
# git checkout v2.0.4
# cd ..