husen520 commited on
Commit
c472358
·
verified ·
1 Parent(s): fcd4855

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -11,6 +11,3 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user . /app
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
14
- git add requirements.txt app.py Dockerfile
15
- git commit -m "Add application file"
16
- git push
 
11
 
12
  COPY --chown=user . /app
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]