PrabhuKiranKonda commited on
Commit
4293a69
1 Parent(s): 1b87258

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -3,6 +3,7 @@ WORKDIR /app
3
  COPY requirements.txt ./requirements.txt
4
  # Install uvicorn
5
  RUN pip install uvicorn
 
6
  # Install dependencies
7
  RUN pip install -r requirements.txt
8
  COPY . /app
 
3
  COPY requirements.txt ./requirements.txt
4
  # Install uvicorn
5
  RUN pip install uvicorn
6
+ RUN pip instal postgresql-dev
7
  # Install dependencies
8
  RUN pip install -r requirements.txt
9
  COPY . /app