Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -110,4 +110,5 @@ RUN nohup code-server --bind-addr 0.0.0.0:8080 /data > /data/start.log 2>&1 &
|
|
110 |
RUN echo password: ${JUPYTER_TOKEN:=huggingface}
|
111 |
RUN sleep 30s
|
112 |
RUN cat /data/start.log
|
|
|
113 |
WORKDIR /data
|
|
|
110 |
RUN echo password: ${JUPYTER_TOKEN:=huggingface}
|
111 |
RUN sleep 30s
|
112 |
RUN cat /data/start.log
|
113 |
+
RUN cat /home/user/.config/code-server/config.yaml
|
114 |
WORKDIR /data
|