deps-fix2
This commit is contained in:
parent
e0b41ea219
commit
7b97254805
|
@ -4,7 +4,6 @@ WORKDIR /app
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ADD nginx.conf.sigil ./
|
ADD nginx.conf.sigil ./
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apt update && apt install -y gcc
|
RUN apt update && apt install -y gcc && pip install -r requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["python", "server.py"]
|
CMD ["python", "server.py"]
|
||||||
|
|
|
@ -7,6 +7,7 @@ graphql-core
|
||||||
gql
|
gql
|
||||||
uvicorn
|
uvicorn
|
||||||
httpx
|
httpx
|
||||||
|
itsdangerous
|
||||||
pydantic
|
pydantic
|
||||||
######## development deps
|
######## development deps
|
||||||
isort
|
isort
|
||||||
|
|
Loading…
Reference in New Issue
Block a user