From a4764ae9c712507bd7d3505720d8efe034055099 Mon Sep 17 00:00:00 2001 From: Matthew Zember Date: Tue, 7 May 2024 16:08:39 -0400 Subject: [PATCH] add noPretty option to Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ddadfd..3e8d7ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ COPY src/ ${JUPITERONE_INTEGRATION_DIR}/src WORKDIR ${JUPITERONE_INTEGRATION_DIR} RUN yarn install -ENTRYPOINT /usr/local/bin/yarn --silent j1-integration run -i ${INTEGRATION_INSTANCE_ID} --disable-schema-validation --api-base-url ${JUPITERONE_API_BASE_URL:-https://api.us.jupiterone.io} --account ${JUPITERONE_ACCOUNT} --api-key ${JUPITERONE_API_KEY} +ENTRYPOINT /usr/local/bin/yarn --silent j1-integration run --noPretty -i ${INTEGRATION_INSTANCE_ID} --disable-schema-validation --api-base-url ${JUPITERONE_API_BASE_URL:-https://api.us.jupiterone.io} --account ${JUPITERONE_ACCOUNT} --api-key ${JUPITERONE_API_KEY}