Update Dockerfile

This commit is contained in:
Boroumand, Amir A 2024-04-22 12:58:55 -04:00
parent 3b4999ae4c
commit c232cadfbb

View File

@ -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