giswqs commited on
Commit
5216aeb
·
1 Parent(s): 7fb9344

Change port

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -9,8 +9,8 @@ COPY /pages ./pages
9
  WORKDIR /home/jovyan
10
  USER jovyan
11
 
12
- EXPOSE 8501
13
 
14
- HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
15
 
16
- ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0", "--port=8501"]
 
9
  WORKDIR /home/jovyan
10
  USER jovyan
11
 
12
+ EXPOSE 8765
13
 
14
+ HEALTHCHECK CMD curl --fail http://localhost:8765/_stcore/health
15
 
16
+ ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0", "--port=8765"]