Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -15,6 +15,7 @@ COPY requirements.txt requirements.txt
|
|
15 |
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 .env .env
|
19 |
COPY test_streaming.py test_streaming.py
|
20 |
COPY app_main.py app_main.py
|
|
|
15 |
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
|