We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fb659 commit 4cc891cCopy full SHA for 4cc891c
deploy/docker/api-service/entrypoint.sh
@@ -30,6 +30,7 @@ exec gosu ${USER_ID}:${GROUP_ID} ${JAVA_HOME}/bin/java \
30
-Dhttps.protocols=TLSv1.1,TLSv1.2 \
31
-Dlog4j2.formatMsgNoLookups=true \
32
-Dspring.config.location="file:///openblocks/api-service/config/application.yml,file:///openblocks/api-service/config/application-selfhost.yml" \
33
+ --add-opens java.base/java.nio=ALL-UNNAMED \
34
${JAVA_OPTS} \
35
-jar "${APP_JAR}" --spring.webflux.base-path=${CONTEXT_PATH} ${CUSTOM_APP_PROPERTIES}
36
0 commit comments