Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified dev_setup.sh
100644 → 100755
Empty file.
3 changes: 2 additions & 1 deletion examples/summarize_to_notion/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ services:

taotie:
build:
context: ${PWD}
# Should be a relative path to the Compose file’s parent folder (${PWD} doesn't work on Ubuntu)
context: ../../
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we should run the command in the folder summarize_to_notion? We may want to check whether Dockerfile will work as expected in this way.

dockerfile: ./examples/summarize_to_notion/Dockerfile
ports:
- "6543:6543"
Expand Down