ikraamkb commited on
Commit
5a9078a
·
verified ·
1 Parent(s): 5a7d5c7

Update Dockerfile (#1)

Browse files

- Update Dockerfile (10887a64b88fe40f1727c6929180aceaf101ea06)

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
20
  COPY --chown=user . /app
21
 
22
  # Launch the app
23
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
20
  COPY --chown=user . /app
21
 
22
  # Launch the app
23
+ CMD ["uvicorn", "appImage:app", "--host", "0.0.0.0", "--port", "7860"]