Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,5 +18,5 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
18 |
|
19 |
COPY --chown=user *.py *.css /
|
20 |
|
21 |
-
ENTRYPOINT ["solara", "run", "
|
22 |
|
|
|
18 |
|
19 |
COPY --chown=user *.py *.css /
|
20 |
|
21 |
+
ENTRYPOINT ["solara", "run", "app.py", "--host=0.0.0.0", "--port", "7860"]
|
22 |
|