DeepImagix commited on
Commit
d01829a
·
verified ·
1 Parent(s): f0c2e0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -46,6 +46,9 @@ COPY ./user_models_data /data/user_models_data
46
  COPY ./static /data/static
47
  COPY ./models /code/models
48
  COPY ./agent /code/agent
 
 
 
49
  COPY ./models/datasets /code/models/datasets
50
 
51
  # Set proper ownership for all directories
 
46
  COPY ./static /data/static
47
  COPY ./models /code/models
48
  COPY ./agent /code/agent
49
+ COPY ./core /code/core
50
+ COPY ./services /code/services
51
+ COPY ./routers /code/routers
52
  COPY ./models/datasets /code/models/datasets
53
 
54
  # Set proper ownership for all directories