Skip to content
This repository was archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix: entrypoint was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Jan 22, 2020
1 parent 8982031 commit 0881d10
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 @@ -8,4 +8,4 @@ RUN npm ci

ADD src ./

ENTRYPOINT ["node", "/action/src/main.js"]
ENTRYPOINT ["node", "index.js"]

0 comments on commit 0881d10

Please sign in to comment.