1
0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-05-12 06:22:48 +08:00
ssh-action/Dockerfile
appleboy 5d52212216 chore: Add allenvs flags
Signed-off-by: appleboy <appleboy.tw@gmail.com>
2023-07-23 09:47:38 +08:00

6 lines
132 B
Docker

FROM ghcr.io/appleboy/drone-ssh:latest
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]