fix: ENTRYPOINT in dockerfile

This commit is contained in:
Bo-Yi Wu 2019-09-29 10:50:09 +08:00
parent 4f7d6491f3
commit b87ddeff00
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ FROM appleboy/drone-ssh
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]