Skip to content

Commit

Permalink
Merge layers
Browse files Browse the repository at this point in the history
We can merge layers for less image size
  • Loading branch information
7olstoy authored Mar 3, 2021
1 parent a1dd5f8 commit 0560975
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ RUN chmod +x /actions-runner/install_actions.sh \
&& /actions-runner/install_actions.sh ${GH_RUNNER_VERSION} ${TARGETPLATFORM} \
&& rm /actions-runner/install_actions.sh

COPY token.sh /
RUN chmod +x /token.sh
COPY token.sh entrypoint.sh /
RUN chmod +x /token.sh /entrypoint.sh

COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 0560975

Please sign in to comment.