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 状态下summary 注解不起作用 #3

Open
gclm opened this issue Oct 5, 2019 · 0 comments
Open

docker 状态下summary 注解不起作用 #3

gclm opened this issue Oct 5, 2019 · 0 comments

Comments

@gclm
Copy link

gclm commented Oct 5, 2019

问题: docker 状态下summary 注解不起作用,本地开发机无这个问题

image
image

dockerfile

FROM openjdk:8-jdk-alpine
MAINTAINER gclm  [email protected]
VOLUME ["/tmp"]
ADD chat-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-Djava.security.egd=file:/dev/./urandom", "-jar", "app.jar"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant