WhotookNima commited on
Commit
d7bd9f2
·
verified ·
1 Parent(s): 7eebc61

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,5 +10,4 @@ COPY --chown=user ./requirements.txt requirements.txt
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user ./app.py app.py
13
- COPY --chown=user ./entities.json entities.json
14
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
10
  RUN pip install --no-cache-dir --upgrade -r requirements.txt
11
 
12
  COPY --chown=user ./app.py app.py
 
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]