mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-01-19 09:14:46 +01:00
chore: replace ADD with COPY
This commit is contained in:
parent
61e292b601
commit
63dd9dd662
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM appleboy/drone-ssh:1.6.3-linux-amd64
|
||||
|
||||
ADD entrypoint.sh /entrypoint.sh
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue