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

Update Dockerfile

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