Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -64,8 +64,8 @@ RUN mkdir -p $TRANSFORMERS_CACHE && chmod -R 777 $TRANSFORMERS_CACHE
|
|
64 |
# Copy the source code into the container.
|
65 |
COPY . .
|
66 |
|
67 |
-
# Expose the
|
68 |
-
EXPOSE
|
69 |
|
70 |
# Run the application.
|
71 |
# CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
|
|
|
64 |
# Copy the source code into the container.
|
65 |
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
|