Files
hertzbeat/script/docker/server/Dockerfile

12 lines
177 B
Docker
Raw Normal View History

2022-01-30 10:09:30 +08:00
FROM openjdk:8-alpine
MAINTAINER tomsun28 "tomsun28@outlook.com"
ADD hertzbeat-1.0-beta.2.tar /opt/
2022-01-30 10:09:30 +08:00
2022-01-30 15:59:27 +08:00
EXPOSE 1157
2022-01-30 10:09:30 +08:00
2022-01-30 15:59:27 +08:00
WORKDIR /opt/hertz-beat/
2022-01-30 10:09:30 +08:00
ENTRYPOINT ["./bin/entrypoint.sh"]