Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -9,8 +9,8 @@ COPY /pages ./pages
|
|
9 |
WORKDIR /home/jovyan
|
10 |
USER jovyan
|
11 |
|
12 |
-
EXPOSE
|
13 |
|
14 |
HEALTHCHECK CMD curl --fail http://localhost:8765/_stcore/health
|
15 |
|
16 |
-
ENTRYPOINT ["solara", "run", "./pages", "--host=0.0.0.0", "--port=
|
|
|
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"]
|