Skip to content

Commit f8779d0

Browse files
authored
Update Dockerfile
1 parent 108b59f commit f8779d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN apt-get update && \
2727
COPY . .
2828

2929
# Expose the application port
30-
EXPOSE 8080
30+
# EXPOSE 8080
3131

3232
# Start the server
3333
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers", "--log-level=debug"]

0 commit comments

Comments
 (0)