This commit is contained in:
2026-06-12 11:48:17 +08:00
parent ee26bc6d7a
commit 8c93377659
45 changed files with 12786 additions and 1716 deletions
+2 -2
View File
@@ -15,5 +15,5 @@ WORKDIR /app
HEALTHCHECK --interval=30s --timeout=3s \
CMD curl -f http://localhost:1024 || exit 1
RUN bash -c 'touch /app/ruopiao.jar'
ENTRYPOINT ["java","-jar","/app/ruopiao.jar","--spring.profiles.active=prod"]
RUN bash -c 'touch /app/piaowu.jar'
ENTRYPOINT ["java","-jar","/app/piaowu.jar","--spring.profiles.active=prod"]