File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments