Skip to content

Commit 5f17e1a

Browse files
committed
feat: enable real classifiers in local dev by default
1 parent fd2ad39 commit 5f17e1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ services:
149149

150150
ml_backend:
151151
build:
152-
context: ./processing_services/minimal
152+
context: ./processing_services/example
153153
volumes:
154-
- ./processing_services/minimal/:/app
154+
- ./processing_services/example/:/app
155155
ports:
156156
- "2005:2000"
157157
networks:

0 commit comments

Comments
 (0)