chore: replace ADD with COPY

This commit is contained in:
Bo-Yi Wu 2021-02-13 10:57:10 +08:00
parent eb319b796f
commit 8a54b39459
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM appleboy/drone-scp:1.6.2-linux-amd64
ADD entrypoint.sh /entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]