Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lilongthinker opened this issue Apr 19, 2022 · 0 comments
Open

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

lilongthinker opened this issue Apr 19, 2022 · 0 comments
Labels
kind/feature Category issues or PRs related to feature request.

Comments

@lilongthinker
Copy link

建议后续提供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"]
@sczyh30 sczyh30 added the kind/feature Category issues or PRs related to feature request. label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Category issues or PRs related to feature request.
Projects
None yet
Development

No branches or pull requests

2 participants