thecollabagepatch commited on
Commit
ad7fdb8
·
1 Parent(s): 7a78fee

put the vid inside the dockerfile silly

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -146,7 +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 --chown=appuser:appuser documentation.html /home/appuser/app/documentation.html
 
 
150
 
151
  # Create docs directory and copy documentation files
152
  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 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/