git+ssh
This commit is contained in:
@@ -5,5 +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
|
||||||
|
ENV GIT_SSH_COMMAND="ssh -v"
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ httpx>=0.23.0
|
|||||||
git+https://github.com/graphql-python/gql.git#master
|
git+https://github.com/graphql-python/gql.git#master
|
||||||
git+https://github.com/encode/starlette.git#main
|
git+https://github.com/encode/starlette.git#main
|
||||||
sqlalchemy>=1.4.41
|
sqlalchemy>=1.4.41
|
||||||
git+https://dev.discours.io/discours.io/ariadne.git#master
|
git+ssh://dev.discours.io/discours.io/ariadne.git#master
|
||||||
uvicorn>=0.18.3
|
uvicorn>=0.18.3
|
||||||
python-frontmatter~=1.0.0
|
python-frontmatter~=1.0.0
|
||||||
PyYAML>=5.4
|
PyYAML>=5.4
|
||||||
|
|||||||
Reference in New Issue
Block a user