redis-service

This commit is contained in:
2024-09-27 09:03:34 +03:00
parent a951759c81
commit c1e481ded8
4 changed files with 91 additions and 15 deletions

View File

@@ -6,7 +6,7 @@ WORKDIR /app
COPY requirements.txt .
RUN apt-get update && apt-get install -y --no-install-recommends gcc libffi-dev libssl-dev
RUN pip install asyncio redis
RUN pip install asyncio aiohttp redis[hiredis]
RUN pip install --no-cache-dir -r requirements.txt
# Stage 2: Final stage