Commit 07281d84 authored by 卢浩元's avatar 卢浩元

Update Dockerfile add expose

parent 83fc738b
......@@ -2,4 +2,6 @@ FROM openjdk:8
ADD target/k8s.jar /opt/app.jar
EXPOSE 8080
ENTRYPOINT ["java","-Djava.security.egd=file:/dev/./urandom","-jar","/opt/app.jar"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment