标签:inux open ref tle html tps href 部署 jre
https://blog.csdn.net/keepd/article/details/80569797
https://blog.csdn.net/keepd/article/details/80569797
https://www.cnblogs.com/handsomeye/p/9647417.html
http://www.demodashi.com/demo/15650.html
https://blog.csdn.net/inthat/article/details/83049309
Dockerfile
FROM openjdk:8u212-jre-alpine
ADD springbootweb-1.0-SNAPSHOT.jar app.jar
EXPOSE 8181
CMD ["java", "-jar", "app.jar"]
标签:inux open ref tle html tps href 部署 jre
原文地址:https://www.cnblogs.com/tonggc1668/p/11408915.html