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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,8 +9,8 @@ COPY /pages ./pages
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"]
 
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"]