adrienbrdne commited on
Commit
db48e00
·
verified ·
1 Parent(s): 15d7026

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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