Skip to content

Commit eaf79c6

Browse files
authored
fix: Fix entrypoint script
fix: Fix entrypoint script
2 parents b8c1392 + 1df8aee commit eaf79c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git pull origin ${BRANCH_NAME}
1010

1111
echo "Searching for code snippets..."
1212

13-
poetry run python /app/code_embedder/main.py
13+
python /app/code_embedder/main.py
1414

1515
if [ $? -ne 0 ]; then
1616
exit 1

0 commit comments

Comments
 (0)