ariansyahdedy commited on
Commit
7e04323
·
1 Parent(s): 09d7af3

Add user HF

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,6 +37,6 @@ EXPOSE 8000
37
  # Define environment variable
38
  ENV PYTHONUNBUFFERED=1
39
 
40
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "$PORT"]
41
  # Use the start script as the entry point
42
  # CMD ["/code/start.sh"]
 
37
  # Define environment variable
38
  ENV PYTHONUNBUFFERED=1
39
 
40
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
41
  # Use the start script as the entry point
42
  # CMD ["/code/start.sh"]