Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -21,4 +21,4 @@ RUN pip install -e .
|
|
21 |
EXPOSE 8000
|
22 |
|
23 |
# Define the command to run the application
|
24 |
-
CMD ["verba", "start", "--port", "
|
|
|
21 |
EXPOSE 8000
|
22 |
|
23 |
# Define the command to run the application
|
24 |
+
CMD ["verba", "start", "--port", "7860", "--host", "0.0.0.0"]
|