Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit f978e0d

Browse files
committed
update dockerfile
1 parent 90b7781 commit f978e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ COPY src/ ${JUPITERONE_INTEGRATION_DIR}/src
88
WORKDIR ${JUPITERONE_INTEGRATION_DIR}
99
RUN yarn install
1010

11-
ENTRYPOINT /usr/local/bin/yarn 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}
11+
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}

0 commit comments

Comments
 (0)