derek-thomas commited on
Commit
c5495d8
·
verified ·
1 Parent(s): 6bc1840

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -98,6 +98,7 @@ RUN --mount=target=requirements.txt,source=requirements.txt \
98
 
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app
 
101
 
102
  RUN chmod +x start_server.sh
103
 
 
98
 
99
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
100
  COPY --chown=user . $HOME/app
101
+ COPY --chown=user "First Steps with Manim.ipynb" $HOME/app/notebooks
102
 
103
  RUN chmod +x start_server.sh
104