mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01:00
fix: ENTRYPOINT in dockerfile
This commit is contained in:
parent
4f7d6491f3
commit
b87ddeff00
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ FROM appleboy/drone-ssh
|
||||||
|
|
||||||
ADD entrypoint.sh /entrypoint.sh
|
ADD entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
ENTRYPOINT ["/entrypoint.sh"
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
|
|
Loading…
Reference in a new issue