From c232cadfbb2813751b77945956de522f23ef8d35 Mon Sep 17 00:00:00 2001 From: "Boroumand, Amir A" Date: Mon, 22 Apr 2024 12:58:55 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88f9981..ed22e66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . /app # Install any needed packages specified in requirements.txt RUN pip install --no-cache-dir -r requirements.txt -# Make port 80 available to the world outside this container +# Make port 8000 available to the world outside this container EXPOSE 8000 # Command to run the Uvicorn server