jordancaraballo commited on
Commit
e095806
1 Parent(s): 5133cb5

Dealing with port mismatch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ USER ${NB_USER}
18
 
19
  EXPOSE 7860
20
 
21
- CMD ["solara", "run", "./pages", "--host=0.0.0.0:7860"]
 
18
 
19
  EXPOSE 7860
20
 
21
+ CMD ["solara", "run", "./pages", "--host=0.0.0.0", "--port=7860"]