Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -66,6 +66,7 @@ COPY . .
|
|
66 |
|
67 |
# Expose the ports that the application listens on.
|
68 |
EXPOSE 7860
|
|
|
69 |
|
70 |
# Run the application.
|
71 |
# CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
|
|
|
66 |
|
67 |
# Expose the ports that the application listens on.
|
68 |
EXPOSE 7860
|
69 |
+
EXPOSE 8501
|
70 |
|
71 |
# Run the application.
|
72 |
# CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
|