web sttarting
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Устанавливаем flet (uvicorn уже входит в зависимости flet)
|
||||
RUN pip install --no-cache-dir flet "uvicorn[standard]" httpx
|
||||
RUN pip install --no-cache-dir flet flet-web "uvicorn[standard]" httpx
|
||||
|
||||
# Копируем исходники веб-приложения
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user