Skip to content
Snippets Groups Projects
Unverified Commit a91b62d9 authored by Eliot Berriot's avatar Eliot Berriot Committed by GitHub
Browse files

0.20.x requires service_identity (#31)

0.20.x requires service_identity
parents 4db10225 9ac17c02
Branches
No related tags found
No related merge requests found
......@@ -72,7 +72,8 @@ RUN \
pip3 install --upgrade pip && \
pip3 install setuptools wheel && \
pip3 install -r /app/api/requirements.txt && \
pip3 install gunicorn uvicorn
pip3 install gunicorn uvicorn && \
pip3 install service_identity
COPY ./src/api/ /app/api/
COPY ./src/front /app/front
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment