aioredis-removed

This commit is contained in:
2023-10-05 22:00:24 +03:00
parent deac939ed8
commit fbc85f6c2d
2 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ WORKDIR /app
EXPOSE 8080
ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y git
RUN apt update && apt install -y git gcc
RUN pip install -r requirements.txt
COPY . .