Skip to content

Commit d22f50c

Browse files
committed
fix: docker-compose.yml build errors
1 parent 6f302ad commit d22f50c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,8 @@ services:
245245
dashboard:
246246
image: trieve/dashboard
247247
build:
248-
context: ./frontends
249-
dockerfile: ./dashboard/Dockerfile
248+
context: .
249+
dockerfile: ./frontends/dashboard/Dockerfile
250250
networks:
251251
- app-network
252252
ports:
@@ -261,8 +261,8 @@ services:
261261
chat:
262262
image: trieve/chat
263263
build:
264-
context: ./frontends
265-
dockerfile: ./chat/Dockerfile
264+
context: .
265+
dockerfile: ./frontends/chat/Dockerfile
266266
networks:
267267
- app-network
268268
ports:
@@ -275,8 +275,8 @@ services:
275275
search:
276276
image: trieve/search
277277
build:
278-
context: ./frontends
279-
dockerfile: /search/
278+
context: .
279+
dockerfile: ./frontends/search/Dockerfile
280280
networks:
281281
- app-network
282282
ports:

0 commit comments

Comments
 (0)