Skip to content

Commit

Permalink
changed dockerfile config
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Panayil <[email protected]>
  • Loading branch information
sachin-panayil committed Nov 20, 2024
1 parent d594c51 commit dfb590f
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 @@ -5,4 +5,4 @@ WORKDIR /repolinter-action
COPY dist dist

# Working directory will automagically be set to github workspace when the container is executed
ENTRYPOINT ["bundle", "exec", "node /repolinter-action/dist/index.js"]
ENTRYPOINT ["bundle", "exec", "node /repolinter-action/lib/main.js"]

0 comments on commit dfb590f

Please sign in to comment.