Update Dockerfile
Browse files- 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 |
-
|
| 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 |
+
RUN mkdir $HOME/app/notebooks && mv $HOME/app/"First Steps with Manim.ipynb" $HOME/app/notebooks/
|
| 102 |
|
| 103 |
RUN chmod +x start_server.sh
|
| 104 |
|