Spaces:
Runtime error
Runtime error
VenkateshRoshan
commited on
Commit
·
54c3c16
1
Parent(s):
303e43f
exposed flask port
Browse files- dockerfile +1 -0
dockerfile
CHANGED
@@ -75,6 +75,7 @@ RUN chmod +x serve.sh
|
|
75 |
|
76 |
# Expose the Gradio port
|
77 |
EXPOSE 8080
|
|
|
78 |
|
79 |
# Set entry point to the serve script
|
80 |
ENTRYPOINT ["./serve.sh"]
|
|
|
75 |
|
76 |
# Expose the Gradio port
|
77 |
EXPOSE 8080
|
78 |
+
EXPOSE 8081
|
79 |
|
80 |
# Set entry point to the serve script
|
81 |
ENTRYPOINT ["./serve.sh"]
|