requests-removed+fixes

This commit is contained in:
2023-10-05 22:18:05 +03:00
parent fbc85f6c2d
commit b8e6f7bb5a
9 changed files with 23 additions and 57 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 gcc
RUN apt update && apt install -y build-essentials
RUN pip install -r requirements.txt
COPY . .