We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 108b59f commit f8779d0Copy full SHA for f8779d0
Dockerfile
@@ -27,7 +27,7 @@ RUN apt-get update && \
27
COPY . .
28
29
# Expose the application port
30
-EXPOSE 8080
+# EXPOSE 8080
31
32
# Start the server
33
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8080", "--proxy-headers", "--log-level=debug"]
0 commit comments