Skip to content

Commit 8fb462c

Browse files
authored
Update Dockerfile
1 parent 724007f commit 8fb462c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/docker/jupyterlab/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ RUN apt-get install -y r-base-dev && \
5050
EXPOSE 8888
5151

5252
WORKDIR ${SHARED_WORKSPACE}
53-
CMD jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token='testing'
53+
CMD jupyter lab --ip=0.0.0.0 --port=8888 --no-browser --allow-root --NotebookApp.token=testing

0 commit comments

Comments
 (0)