import-fix6
This commit is contained in:
parent
c57f3857a6
commit
34f3098a0d
|
@ -5,6 +5,6 @@ EXPOSE 8080
|
||||||
ADD nginx.conf.sigil ./
|
ADD nginx.conf.sigil ./
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apt update && apt install -y build-essential git
|
RUN apt update && apt install -y build-essential git
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
RUN pip install --pre gql[httpx]
|
RUN pip install --pre gql[httpx]
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user