diff --git a/Dockerfile b/Dockerfile index d84c375..5e62ae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,3 +3,5 @@ FROM ghcr.io/appleboy/drone-ssh:1.7.4 COPY entrypoint.sh /bin/entrypoint.sh ENTRYPOINT ["/bin/entrypoint.sh"] + +test test \ No newline at end of file