derek-thomas commited on
Commit
7b1313e
·
verified ·
1 Parent(s): c5495d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -98,7 +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
- COPY --chown=user "First Steps with Manim.ipynb" $HOME/app/notebooks
102
 
103
  RUN chmod +x start_server.sh
104
 
 
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