Update Dockerfile
Browse files- 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
|