We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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镜像的部署方式,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"]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
建议后续提供docker镜像的部署方式,yaml文件大体如下,尚需要能够读取环境变量中的数据库信息
opensergo-dashboard/Dockerfile 内容如下
The text was updated successfully, but these errors were encountered: