Skip to content

建议后续提供docker 镜像的部署方式 #5

@lilongthinker

Description

@lilongthinker

建议后续提供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"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/featureCategory issues or PRs related to feature request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions