Skip to content

Commit

Permalink
remove entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
xwang233 committed Jan 15, 2025
1 parent f11cb89 commit 1c135f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ RUN set -ex; \
RUN pip install -e .

# ENTRYPOINT [ "python", "/app/pr_agent/cli.py" ]
ENTRYPOINT [ "/bin/bash" ]
# ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 1c135f8

Please sign in to comment.