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