Skip to content

Commit

Permalink
Update apps/chatbot/docker/compose.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: marcobottaro <[email protected]>
  • Loading branch information
batdevis and marcobottaro authored Oct 11, 2024
1 parent 9526c17 commit a5177df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/chatbot/docker/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ services:
- "8080:8080"
volumes:
- ..:/app
- ./build-devp/out:/app/build-devp/out
command: "python src/modules/create_vector_index.py --params config/params.yaml"
tty: true
depends_on:
Expand Down

0 comments on commit a5177df

Please sign in to comment.