w0rd-driven commited on
Commit
7764640
1 Parent(s): 08883e9

Trying to fix read/write issues. I can't open any of these notebooks

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -19,8 +19,10 @@ USER root
19
  COPY public-apps/ /public-apps
20
  RUN mkdir -p /data/notebooks
21
  RUN chmod 777 /data
22
- RUN chmod 777 /data/notebooks
23
 
24
  RUN git clone https://github.com/w0rd-driven/livebook_notebooks /data/notebooks
 
25
  RUN git clone https://github.com/woutdp/ash_tutorial /data/notebooks/ash_tutorial
 
 
26
  RUN cp /data/notebooks/public-apps/*.livemd /public-apps/
 
19
  COPY public-apps/ /public-apps
20
  RUN mkdir -p /data/notebooks
21
  RUN chmod 777 /data
 
22
 
23
  RUN git clone https://github.com/w0rd-driven/livebook_notebooks /data/notebooks
24
+ RUN chmod 777 /data/notebooks
25
  RUN git clone https://github.com/woutdp/ash_tutorial /data/notebooks/ash_tutorial
26
+ RUN chmod 777 /data/notebooks/ash_tutorial
27
+
28
  RUN cp /data/notebooks/public-apps/*.livemd /public-apps/