Skip to content

Commit e3b64f7

Browse files
committed
Fix docker cmd
1 parent fd4f5d7 commit e3b64f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ COPY --from=julia /usr/local/lib/julia /usr/local/lib/julia
3939
COPY --from=julia /root/.julia /root/.julia
4040
COPY env/fix_gdal.sh .
4141
RUN bash fix_gdal.sh
42-
CMD ["jupyter", "notebook", "--allow-root"]
42+
EXPOSE 8888
43+
CMD ["jupyter", "notebook", "--port=8888", "--no-browser", "--ip=0.0.0.0", "--allow-root"]

0 commit comments

Comments
 (0)