Skip to content

Commit fcfba3c

Browse files
committed
Update port for demo
1 parent 4c2f404 commit fcfba3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ USER 1000
2626
ENV ACCESS_LOG=${ACCESS_LOG:-/proc/1/fd/1}
2727
ENV ERROR_LOG=${ERROR_LOG:-/proc/1/fd/2}
2828

29-
EXPOSE 8080
29+
EXPOSE 8000
3030

3131
# Define the Uvicorn command to run our application
32-
CMD ["uvicorn", "main:app", "--reload", "--workers", "1", "--host", "0.0.0.0", "--port", "8080"]
32+
CMD ["uvicorn", "main:app", "--reload", "--workers", "1", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)