prthm11 commited on
Commit
f566054
·
verified ·
1 Parent(s): 080c200

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +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 outputs/ /app/outputs
20
  COPY .env .env
21
  COPY test_streaming.py test_streaming.py
22
  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