Commit 76979cfc authored by madhuri.penikalapati's avatar madhuri.penikalapati

Update Dockerfile

parent 777643b9
...@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt ...@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .
# Make port 80 available to the world outside this container # Make port 80 available to the world outside this container
EXPOSE 80 EXPOSE 8000
# Define environment variable # Define environment variable
ENV NAME FastAPI-Docker ENV NAME FastAPI-Docker
......
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