[script,docs]打包制品名称hertz-beat改为hertzbeat,fix docker打包失败

This commit is contained in:
tomsun28
2022-02-11 18:27:25 +08:00
parent ac609f939f
commit 5556ec1d0c
5 changed files with 9 additions and 9 deletions

View File

@@ -6,6 +6,6 @@ ADD hertzbeat-1.0-beta.2.tar /opt/
EXPOSE 1157
WORKDIR /opt/hertz-beat/
WORKDIR /opt/hertzbeat/
ENTRYPOINT ["./bin/entrypoint.sh"]