Spaces:
Running
Running
Commit
·
2ff4bf3
1
Parent(s):
56d7445
glob
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ RUN uv pip install -r /code/requirements.txt --system
|
|
11 |
COPY . .
|
12 |
|
13 |
ENTRYPOINT []
|
14 |
-
CMD ["panel", "serve", "/code/examples/*.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--static-dirs", "thumbnails=./thumbnails"]
|
|
|
11 |
COPY . .
|
12 |
|
13 |
ENTRYPOINT []
|
14 |
+
CMD ["panel", "serve", "/code/examples/*.py", "--glob", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--static-dirs", "thumbnails=./thumbnails"]
|