From 34f3098a0d9664e46146a9f4cbef8260ac6c0ad2 Mon Sep 17 00:00:00 2001 From: Tony Rewin Date: Thu, 5 Oct 2023 23:50:14 +0300 Subject: [PATCH] import-fix6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b4295e4..96d36c8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -r requirements.txt RUN pip install --pre gql[httpx] +RUN pip install -r requirements.txt COPY . .