mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-06-06 13:16:36 +00:00
fix: ENTRYPOINT in dockerfile
This commit is contained in:
parent
4f7d6491f3
commit
b87ddeff00
@ -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…
x
Reference in New Issue
Block a user