Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -71,6 +71,7 @@ COPY setup.sc .
|
|
| 71 |
COPY setup2.sc .
|
| 72 |
COPY start.sh .
|
| 73 |
COPY test.html /data/
|
|
|
|
| 74 |
|
| 75 |
# Standardize SC directories for the user (optional but good for debugging)
|
| 76 |
RUN mkdir -p /home/user/.local/share/SuperCollider/Extensions
|
|
|
|
| 71 |
COPY setup2.sc .
|
| 72 |
COPY start.sh .
|
| 73 |
COPY test.html /data/
|
| 74 |
+
COPY Untitled1.ipynb /data/
|
| 75 |
|
| 76 |
# Standardize SC directories for the user (optional but good for debugging)
|
| 77 |
RUN mkdir -p /home/user/.local/share/SuperCollider/Extensions
|