Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -58,7 +58,7 @@ RUN mkdir -p $TRANSFORMERS_CACHE && chmod -R 777 $TRANSFORMERS_CACHE
|
|
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=
|
|
|
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
|