ci: 镜像结束后触发standalone

This commit is contained in:
CaptainB 2023-11-10 16:40:52 +08:00
parent 112a21e7e1
commit e9a1928e2a
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +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
CMD ["/deployments/run-java.sh"]