Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -64,8 +64,7 @@ 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 7860
|
69 |
EXPOSE 8501
|
70 |
|
71 |
# Run the application.
|
|
|
64 |
# Copy the source code into the container.
|
65 |
COPY . .
|
66 |
|
67 |
+
# Expose the port that the application listens on.
|
|
|
68 |
EXPOSE 8501
|
69 |
|
70 |
# Run the application.
|