Washedashore commited on
Commit
01db412
·
verified ·
1 Parent(s): f426c67

Update docker

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