Inigozr commited on
Commit
3455674
1 Parent(s): c52b1e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ COPY ./requirements.txt /requirements.txt
6
 
7
  RUN python3 -m pip install -r requirements.txt
8
 
9
- COPY app.y .
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
6
 
7
  RUN python3 -m pip install -r requirements.txt
8
 
9
+ COPY app.py .
10
 
11
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]