ci: 镜像结束后触发standalone

This commit is contained in:
CaptainB 2023-11-10 16:47:15 +08:00
parent e9a1928e2a
commit 4cab1395fc
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,6 @@ ENV AB_OFF=true
ENV MS_VERSION=${MS_VERSION}
ENV JAVA_OPTIONS="-Dfile.encoding=utf-8 -Djava.awt.headless=true --add-opens java.base/jdk.internal.loader=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED"
RUN echo "${MS_VERSION}" > /tmp/MS_VERSION
RUN echo -n "${MS_VERSION}" > /tmp/MS_VERSION
CMD ["/deployments/run-java.sh"]