Browse Source

修改详情BUG修复

anderx 4 weeks ago
parent
commit
ad5751f68c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM eclipse-temurin:1.8-jre-alpine
+WORKDIR /app
+COPY test.jar test.jar
+ENTRYPOINT ["java", "-jar", "test.jar"]