Merge pull request #72 from shivan2418/mocked_api_final_tweaks

Minor best practice tweaks
This commit is contained in:
Niek van der Maas 2023-03-24 14:51:23 +01:00 committed by GitHub
commit 680dfad92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM python:alpine
FROM python:3.10.10-alpine3.17
WORKDIR /work
RUN pip install fastapi uvicorn lorem-text
RUN pip install "fastapi<1.0" "uvicorn<0.22" "lorem-text<=2.1.x"
COPY mocked_api/mock_api.py .
COPY mocked_api/models_response.json .