mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-15 05:33:43 +08:00
Containerized service package/imagese build and deploy
This commit is contained in:
7
docker-deploy/source-code/fetch-backend-source-code.sh
Executable file
7
docker-deploy/source-code/fetch-backend-source-code.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/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 ..
|
||||
Reference in New Issue
Block a user