RJuro commited on
Commit
8b1e1de
·
verified ·
1 Parent(s): 65c38c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -10,8 +10,8 @@ COPY . /app
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
- # Make port 8000 available to the world outside this container
14
- EXPOSE 8000
15
 
16
  # Run the application when the container launches
17
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
10
  # Install any needed packages specified in requirements.txt
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
13
+ # Make port 7575 available to the world outside this container
14
+ EXPOSE 7575
15
 
16
  # Run the application when the container launches
17
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7575"]