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 . .