Skip to content

Commit b5f9e07

Browse files
authored
Update Dockerfile to expose port 8443 instead of 8090 (#36)
1 parent 05d8d2d commit b5f9e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
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 8090
29+
EXPOSE 8443
3030

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

0 commit comments

Comments
 (0)