Skip to content

Commit

Permalink
changed port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
drustanyjt committed Jun 25, 2023
1 parent 4361f21 commit d7fb9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vision-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN pip install -r requirements.txt

COPY . .

CMD ["uvicorn", "app:app", "--host=0.0.0.0", "--port=8000"]
CMD ["uvicorn", "app:app", "--host=0.0.0.0", "--port=8080"]

0 comments on commit d7fb9fb

Please sign in to comment.