diff --git a/agent/Dockerfile b/agent/Dockerfile index ec33709fc..86424b456 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -35,4 +35,4 @@ COPY ${JAR_FILE} /app.jar # Official doc about connecting package with repo: https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#labelling-container-images LABEL org.opencontainers.image.source=https://github.com/microsoft/HydraLab -ENTRYPOINT ["java","-jar","/app.jar","--spring.profiles.active=docker"] \ No newline at end of file +ENTRYPOINT ["jaz","-jar","/app.jar","--spring.profiles.active=docker"] diff --git a/center/deploy_startup/start.sh b/center/deploy_startup/start.sh index 1530462c7..5d721774d 100644 --- a/center/deploy_startup/start.sh +++ b/center/deploy_startup/start.sh @@ -17,4 +17,4 @@ if ${CLAMAV_ENABLED}; then fi cd / -java -jar /app.jar --spring.profiles.active=${CENTER_APP_PROFILE} \ No newline at end of file +jaz -jar /app.jar --spring.profiles.active=${CENTER_APP_PROFILE}