-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
kind/featureCategory issues or PRs related to feature request.Category issues or PRs related to feature request.
Description
建议后续提供docker镜像的部署方式,yaml文件大体如下,尚需要能够读取环境变量中的数据库信息
opensergo-dashboard/Dockerfile 内容如下
FROM dragonwell-registry.cn-hangzhou.cr.aliyuncs.com/dragonwell/dragonwell:11
WORKDIR /
COPY ./opensergo-dashboard-server/target/opensergo-dashboard.jar /app.jar
ENV SERVER_PORT 8080
EXPOSE ${SERVER_PORT}
ENTRYPOINT ["sh", "-c", "/usr/bin/java -jar /app.jar"]Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategory issues or PRs related to feature request.Category issues or PRs related to feature request.