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