Compare commits

..

1 Commits

Author SHA1 Message Date
Jesse
4e07856e03
Merge aed736182d into d732991ab0 2024-09-07 16:10:13 +08:00

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM ghcr.io/appleboy/drone-ssh:1.7.7
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]