prthm11 commited on
Commit
571a5da
·
verified ·
1 Parent(s): cc5216d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,6 +16,7 @@ COPY extract_img_pdf.py extract_img_pdf.py
16
  COPY live_streaming_flask.py live_streaming_flask.py
17
  COPY templates/ /app/templates
18
  COPY reference/ /app/reference
 
19
  COPY .env .env
20
  COPY test_streaming.py test_streaming.py
21
  COPY app_main.py app_main.py
 
16
  COPY live_streaming_flask.py live_streaming_flask.py
17
  COPY templates/ /app/templates
18
  COPY reference/ /app/reference
19
+ COPY outputs/ /app/outputs
20
  COPY .env .env
21
  COPY test_streaming.py test_streaming.py
22
  COPY app_main.py app_main.py