diff --git a/Dockerfile b/Dockerfile index 54c05b5..20e7971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM alpine:latest RUN apk --update --no-cache add git openssh-client jq COPY config /root/.ssh/ -COPY entrypoint.sh /entrypoint.sh -COPY deploy.sh /deploy.sh +COPY *.sh / ENTRYPOINT ["/entrypoint.sh"]