This commit is contained in:
2026-06-17 20:59:02 +08:00
commit f650670693
578 changed files with 265387 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
FROM openjdk:8
EXPOSE 8088
VOLUME /tmp
ADD ./rongshuo.jar /rongshuo.jar
RUN bash -c 'touch /rongshuo.jar'
ENTRYPOINT ["java","-jar","/rongshuo.jar","--spring.profiles.active=prod"]