TahaRasouli commited on
Commit
894d3aa
1 Parent(s): 10e1ff9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ COPY requirements.txt ./requirements.txt
4
  RUN apt-get update \
5
  && apt-get -y install libpq-dev gcc \
6
  && pip install psycopg2
 
 
7
  # Install uvicorn
8
  RUN pip install uvicorn
9
 
 
4
  RUN apt-get update \
5
  && apt-get -y install libpq-dev gcc \
6
  && pip install psycopg2
7
+
8
+ RUN pip install -r requirements.txt
9
  # Install uvicorn
10
  RUN pip install uvicorn
11