Skip to content

Commit

Permalink
adding new docker entrypoint config false value for prevendor
Browse files Browse the repository at this point in the history
  • Loading branch information
sordina committed Nov 22, 2023
1 parent ca744ee commit 6d49ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ then
fi

# The config is always the same for `connector create`
echo '{"functions": "/functions/index.ts", "vendor": "/functions/vendor", "schemaMode": "READ", "schemaLocation": "/functions/schema.json"}' \
echo '{"functions": "/functions/index.ts", "vendor": "/functions/vendor", "preVendor": false, "schemaMode": "READ", "schemaLocation": "/functions/schema.json"}' \
> /config.json

deno run \
Expand Down

0 comments on commit 6d49ffa

Please sign in to comment.