deps-workaround

This commit is contained in:
2023-10-05 23:57:04 +03:00
parent aed91c6375
commit e0bd938a6e
2 changed files with 1 additions and 2 deletions

View File

@@ -5,6 +5,6 @@ EXPOSE 8080
ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y build-essential git
RUN pip install --pre gql[httpx]
RUN pip install gql[httpx]
RUN pip install -r requirements.txt
COPY . .