Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetrr committed Apr 19, 2024
1 parent b0c98da commit 48f4782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
sh -c "git config --global --add safe.directory $PWD"

# Run the python application and pass the arguments
poetry run python /action/get_release_version_action/app.py $@
cd /action/get_release_version_action
poetry run python app.py $@

0 comments on commit 48f4782

Please sign in to comment.