import-fix3

This commit is contained in:
Tony Rewin 2023-10-05 23:42:48 +03:00
parent f468ccca93
commit d30b4c7d2b

View File

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