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