This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
[](https://postgresql.org)
|
[](https://postgresql.org)
|
||||||
[](https://docker.com)
|
[](https://docker.com)
|
||||||
[](https://drone.io)
|
[](https://drone.io)
|
||||||
[](https://[drone.smartsoltech.kr/trevor/chat](https://drone.smartsoltech.kr/trevor/chat))
|
[](https://drone.smartsoltech.kr/trevor/chat)
|
||||||
|
|
||||||
## 🏗️ Архитектура
|
## 🏗️ Архитектура
|
||||||
|
|
||||||
|
|||||||
@@ -19,12 +19,12 @@ fi
|
|||||||
|
|
||||||
# Activate virtual environment
|
# Activate virtual environment
|
||||||
echo "🔧 Activating virtual environment..."
|
echo "🔧 Activating virtual environment..."
|
||||||
if [ -f ".venv/bin/activate" ]; then
|
if [ -f "venv/bin/activate" ]; then
|
||||||
source .venv/bin/activate
|
source venv/bin/activate
|
||||||
else
|
else
|
||||||
echo "⚠️ Virtual environment not found. Creating..."
|
echo "⚠️ Virtual environment not found. Creating..."
|
||||||
python3 -m venv .venv
|
python3 -m venv venv
|
||||||
source .venv/bin/activate
|
source venv/bin/activate
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user