Commit 1b8f1844 authored by madhuri.penikalapati's avatar madhuri.penikalapati

Update Dockerfile

parent ed40d1a0
......@@ -20,4 +20,4 @@ EXPOSE 8000
ENV NAME FastAPI-Docker
# Run app.py when the container launches
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment