We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c1392 commit 1df8aeeCopy full SHA for 1df8aee
1 file changed
entrypoint.sh
@@ -10,7 +10,7 @@ git pull origin ${BRANCH_NAME}
10
11
echo "Searching for code snippets..."
12
13
-poetry run python /app/code_embedder/main.py
+python /app/code_embedder/main.py
14
15
if [ $? -ne 0 ]; then
16
exit 1
0 commit comments