Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -27,6 +27,8 @@ COPY .env .
|
|
27 |
# This includes the API file and the core logic directory
|
28 |
COPY api.py .
|
29 |
COPY ./kig_core ./kig_core
|
|
|
|
|
30 |
|
31 |
|
32 |
# Command to run the Uvicorn server
|
|
|
27 |
# This includes the API file and the core logic directory
|
28 |
COPY api.py .
|
29 |
COPY ./kig_core ./kig_core
|
30 |
+
COPY ./scoring ./scoring
|
31 |
+
|
32 |
|
33 |
|
34 |
# Command to run the Uvicorn server
|