diff --git a/Dockerfile b/Dockerfile
index 5d27fd2..7e3b63b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ RUN cd cmd/dashboard && go build -o app -ldflags="-s -w"
FROM alpine:latest
ENV TZ="Asia/Shanghai"
-COPY ./entrypoint.sh /entrypoint.sh
+COPY ./script/entrypoint.sh /entrypoint.sh
RUN apk --no-cache --no-progress add \
ca-certificates \
tzdata && \
diff --git a/README.md b/README.md
index 77893c7..4eaa3d5 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
LOGO designed by 熊大 .
-
+
:trollface: Nezha Monitoring self-hosted lightweight monitoring and operation and maintenance system. Supports system status, HTTP (SSL certificate change, upcoming expiration, expiration), TCP, Ping monitoring and alerting, execute scheduled tasks and web terminal.
diff --git a/entrypoint.sh b/script/entrypoint.sh similarity index 100% rename from entrypoint.sh rename to script/entrypoint.sh diff --git a/service/singleton/singleton.go b/service/singleton/singleton.go index 7a3f1e5..a5fd477 100644 --- a/service/singleton/singleton.go +++ b/service/singleton/singleton.go @@ -12,7 +12,7 @@ import ( "github.com/naiba/nezha/pkg/utils" ) -var Version = "v0.13.13" // !!记得修改 README 中的 badge 版本!! +var Version = "v0.13.14" // !!记得修改 README 中的 badge 版本!! var ( Conf *model.Config