giswqs commited on
Commit
d06cc99
·
unverified ·
1 Parent(s): f29b0c2

Update Dockerfile

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 8080
13
 
14
- HEALTHCHECK CMD curl --fail http://localhost:8765/_stcore/health
15
 
16
- ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0", "--port=8080"]
 
9
  WORKDIR /home/jovyan
10
  USER jovyan
11
 
12
+ EXPOSE 7860
13
 
14
+ HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
15
 
16
+ ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0", "--port=7860"]