Skip to content

Commit

Permalink
update entrypoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Vacxe committed Apr 8, 2024
1 parent a76c394 commit b30fd28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion github-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
FROM ghcr.io/vacxe/google-play-cli:0.3.9

COPY entrypoint.sh /entrypoint.sh
COPY templates /templates

RUN find /templates -type d -exec chmod +x {} \;

RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["sh", "/entrypoint.sh"]

0 comments on commit b30fd28

Please sign in to comment.