ariansyahdedy commited on
Commit
a5fc24c
·
1 Parent(s): 6fdee80

Change Port to 3000

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN ls -l /code/output_frames
31
 
32
  ENV PATH="/code/venv/bin:$PATH"
33
 
34
- CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
31
 
32
  ENV PATH="/code/venv/bin:$PATH"
33
 
34
+ CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "3000"]