Skip to content

Commit

Permalink
fix: wrong Dockerfile build for action
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersokari committed Dec 16, 2024
1 parent f402654 commit 8be9068
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions action.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ COPY node_modules $APP_HOME/node_modules


COPY packages/action/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 8be9068

Please sign in to comment.