Skip to content

Commit

Permalink
fixed: missing py package
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiionutdamian committed Feb 8, 2024
1 parent 70084ba commit 26a232a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo-basic-fastapi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9
WORKDIR /test_app
RUN pip install fastapi uvicorn redis numpy pydantic
RUN pip install fastapi uvicorn redis numpy pydantic psycopg2
COPY src/ .
ENV PORT=5050
EXPOSE $PORT
Expand Down

0 comments on commit 26a232a

Please sign in to comment.