Skip to content

Commit

Permalink
chore: temporary change to solve the pydantic issue
Browse files Browse the repository at this point in the history
  • Loading branch information
djs0109 committed Aug 7, 2023
1 parent 4d84f22 commit 4a20a09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ EXPOSE 8000
RUN python -m pip install --upgrade pip
RUN pip install uwsgi
RUN pip install --no-cache-dir -r ./requirements.txt
RUN pip uninstall -y pydantic
RUN pip install pydantic[dotenv]==1.7.2

# Runner script here
RUN chmod +x ./runner.sh
Expand Down

0 comments on commit 4a20a09

Please sign in to comment.