Spaces:
Sleeping
Sleeping
up secret
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -13,4 +13,5 @@ ENV JULIA_DEPOT_PATH "/home/user/.julia"
|
|
| 13 |
|
| 14 |
RUN julia -e 'using Pkg; Pkg.add("Pluto"); using Pluto'
|
| 15 |
|
| 16 |
-
ENTRYPOINT julia --project -e 'using Pluto; Pluto.run(port=8000, host="0.0.0.0", launch_browser=false, require_secret_for_open_links=false)'
|
|
|
|
|
|
| 13 |
|
| 14 |
RUN julia -e 'using Pkg; Pkg.add("Pluto"); using Pluto'
|
| 15 |
|
| 16 |
+
#ENTRYPOINT julia --project -e 'using Pluto; Pluto.run(port=8000, host="0.0.0.0", launch_browser=false, require_secret_for_open_links=false)'
|
| 17 |
+
ENTRYPOINT julia --project -e 'Pluto.run(Pluto.ServerSession(secret="ostrea", options=Pluto.Configuration.from_flat_kwargs(host="0.0.0.0", port=8000)), launch_browser=false)'
|