Skip to content

Commit

Permalink
Update web_install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ground-Zerro committed Jan 1, 2025
1 parent c46f7a8 commit 5ef44a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo "Устанавливаем зависимости Python..."
curl -o $APP_DIR/requirements.txt https://raw.githubusercontent.com/Ground-Zerro/DomainMapper/refs/heads/main/requirements.txt

# Установка зависимостей из requirements.txt и добавление необходимых библиотек
sudo -u $USERNAME bash -c "source $APP_DIR/venv/bin/activate && pip install -r $APP_DIR/requirements.txt fastapi uvicorn pydantic"
sudo -u $USERNAME bash -c "source $APP_DIR/venv/bin/activate && pip install -r $APP_DIR/requirements.txt fastapi uvicorn pydantic gunicorn"

# Загрузка файлов приложения
echo "Загружаем файлы приложения..."
Expand Down

0 comments on commit 5ef44a1

Please sign in to comment.