E-slam commited on
Commit
093104f
·
verified ·
1 Parent(s): be1fd10

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -37,8 +37,6 @@ WORKDIR /code
37
  # Install remaining dependencies (if any)
38
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
39
 
40
- # Expose the port
41
- EXPOSE 7860
42
 
43
  # Command to run your application
44
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
 
37
  # Install remaining dependencies (if any)
38
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
39
 
 
 
40
 
41
  # Command to run your application
42
  CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]