ciyidogan commited on
Commit
40d977a
·
verified ·
1 Parent(s): 55827b0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY intent.py ./
15
  COPY service_config.py ./
16
  COPY core.py ./
17
  COPY service_config.json ./
18
- COPY -r controllers/ ./controllers/
19
  COPY requirements.txt ./
20
 
21
  # Install Python dependencies
 
15
  COPY service_config.py ./
16
  COPY core.py ./
17
  COPY service_config.json ./
18
+ COPY controllers/ ./controllers/
19
  COPY requirements.txt ./
20
 
21
  # Install Python dependencies