Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -58,7 +58,7 @@ RUN mkdir -p $NLTK_DATA && chmod -R 777 $NLTK_DATA
|
|
| 58 |
COPY . .
|
| 59 |
|
| 60 |
# Expose the port that the application listens on.
|
| 61 |
-
EXPOSE
|
| 62 |
|
| 63 |
# Run the application.
|
| 64 |
CMD uvicorn 'main:app' --host=0.0.0.0 --port=7860
|
|
|
|
| 58 |
COPY . .
|
| 59 |
|
| 60 |
# Expose the port that the application listens on.
|
| 61 |
+
EXPOSE 7860
|
| 62 |
|
| 63 |
# Run the application.
|
| 64 |
CMD uvicorn 'main:app' --host=0.0.0.0 --port=7860
|