Spaces:
Sleeping
Sleeping
Update dokerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -13,7 +13,7 @@ COPY . .
|
|
| 13 |
|
| 14 |
# Run app.py when the container launches
|
| 15 |
# CMD ["bokeh", "serve", "--show", "dashboard/app.py", "address", ]
|
| 16 |
-
CMD ["panel", "serve", "/code/dashboard/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "
|
| 17 |
RUN mkdir /.cache
|
| 18 |
RUN chmod 777 /.cache
|
| 19 |
RUN mkdir .chroma
|
|
|
|
| 13 |
|
| 14 |
# Run app.py when the container launches
|
| 15 |
# CMD ["bokeh", "serve", "--show", "dashboard/app.py", "address", ]
|
| 16 |
+
CMD ["panel", "serve", "/code/dashboard/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "emanalytics-dashboard.hf.space"]
|
| 17 |
RUN mkdir /.cache
|
| 18 |
RUN chmod 777 /.cache
|
| 19 |
RUN mkdir .chroma
|