Wajahat698 commited on
Commit
0b72fa1
·
verified ·
1 Parent(s): 7e0e248

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,8 +5,8 @@ WORKDIR /app
5
  COPY . /app
6
 
7
  RUN pip install --upgrade pip
8
- RUN pip install -r api/requirements.txt
9
 
10
  EXPOSE 7860
11
 
12
- CMD ["gunicorn", "--bind", "0.0.0.0:7860", "api.app:app"]
 
5
  COPY . /app
6
 
7
  RUN pip install --upgrade pip
8
+ RUN pip install -r requirements.txt
9
 
10
  EXPOSE 7860
11
 
12
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "app:app"]