mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-21 13:53:05 +00:00
15 lines
230 B
Docker
15 lines
230 B
Docker
FROM openjdk:11.0.16-jre-slim-buster
|
|
|
|
MAINTAINER tancloud "tomsun28@outlook.com"
|
|
|
|
ADD hertzbeat-1.1.3.tar /opt/
|
|
|
|
ENV TZ=Asia/Shanghai
|
|
#ENV LANG=zh_CN.UTF-8
|
|
|
|
EXPOSE 1157
|
|
|
|
WORKDIR /opt/hertzbeat/
|
|
|
|
ENTRYPOINT ["./bin/entrypoint.sh"]
|