Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -70,6 +70,7 @@ COPY nginx.conf .
|
|
| 70 |
COPY setup.sc .
|
| 71 |
COPY setup2.sc .
|
| 72 |
COPY start.sh .
|
|
|
|
| 73 |
COPY test.html /data/
|
| 74 |
COPY Untitled1.ipynb /data/
|
| 75 |
COPY Player.ipynb /data/
|
|
|
|
| 70 |
COPY setup.sc .
|
| 71 |
COPY setup2.sc .
|
| 72 |
COPY start.sh .
|
| 73 |
+
COPY Consumer.py .
|
| 74 |
COPY test.html /data/
|
| 75 |
COPY Untitled1.ipynb /data/
|
| 76 |
COPY Player.ipynb /data/
|