You've already forked appleboy_ssh-action
mirror of
https://gh-proxy.com/github.com/appleboy/ssh-action.git
synced 2025-04-17 00:31:49 +08:00
fix: ENTRYPOINT in dockerfile
This commit is contained in:
+1
-1
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user