Mateo commited on
Commit
87fa28a
1 Parent(s): 22ef957

panel appa

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ RUN pip install pandas sqlalchemy pymysql panel hvplot openpyxl xlsxwriter datet
8
 
9
  COPY . .
10
 
11
- CMD ["panel", "serve", "/code/app.py",'0.0.0.0', "-address", "--port", "7860", "--allow-websocket-origin", "anbicon-panel_biometrico.hf.space"]
 
 
8
 
9
  COPY . .
10
 
11
+ CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "anbicon-panel-biometrico.hf.space"]
12
+