/
githubmirror
/
PromethAI-Backend
Обзор
Документация
Войти
/
githubmirror
/
PromethAI-Backend
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/level_2/entrypoint.sh
6 строк
192 B
Vasilije
Added base for the level 2 of the script
07 авг 2023, 00:43
07 авг 2023, 00:43
1358aae
Код
Авторство
О чём код?
#!/bin/bash export ENVIRONMENT #python fetch_secret.py # Start Gunicorn gunicorn -w 2 -k uvicorn.workers.UvicornWorker -t 120 --bind=0.0.0.0:8000 --bind=0.0.0.0:443 --log-level debug api:app