Skip to content

Commit

Permalink
fix: Fix entrypoint script
Browse files Browse the repository at this point in the history
fix: Fix entrypoint script
  • Loading branch information
kvankova authored Dec 7, 2024
2 parents b8c1392 + 1df8aee commit eaf79c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ git pull origin ${BRANCH_NAME}

echo "Searching for code snippets..."

poetry run python /app/code_embedder/main.py
python /app/code_embedder/main.py

if [ $? -ne 0 ]; then
exit 1
Expand Down

0 comments on commit eaf79c6

Please # to comment.