Hussein El-Hadidy commited on
Commit
f3612e7
·
1 Parent(s): 23f86bb
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,5 +30,5 @@ RUN pip install --no-cache-dir --upgrade pip && \
30
  # Copy the rest of the application code
31
  COPY --chown=user . /app
32
 
33
- # Expose the port and run the app with Uvicorn
34
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
30
  # Copy the rest of the application code
31
  COPY --chown=user . /app
32
 
33
+ # Expose the port and run the app with Uvicorn
34
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]