Commit
·
9f94037
1
Parent(s):
ad7fdb8
put the vid inside the dockerfile silly
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -146,9 +146,9 @@ COPY --chown=appuser:appuser one_shot_generation.py /home/appuser/app/one_shot_g
|
|
146 |
|
147 |
COPY --chown=appuser:appuser model_management.py /home/appuser/app/model_management.py
|
148 |
|
149 |
-
COPY documentation.html /app/documentation.html
|
150 |
|
151 |
-
COPY lil_demo_540p.mp4 /app/lil_demo_540p.mp4
|
152 |
|
153 |
# Create docs directory and copy documentation files
|
154 |
COPY --chown=appuser:appuser docs/ /home/appuser/app/docs/
|
|
|
146 |
|
147 |
COPY --chown=appuser:appuser model_management.py /home/appuser/app/model_management.py
|
148 |
|
149 |
+
COPY --chown=appuser:appuser documentation.html /home/appuser/app/documentation.html
|
150 |
|
151 |
+
COPY --chown=appuser:appuser lil_demo_540p.mp4 /home/appuser/app/lil_demo_540p.mp4
|
152 |
|
153 |
# Create docs directory and copy documentation files
|
154 |
COPY --chown=appuser:appuser docs/ /home/appuser/app/docs/
|