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

Commit

Permalink
Merge pull request #18 from JupiterOne/add-silent
Browse files Browse the repository at this point in the history
update dockerfile
  • Loading branch information
zemberdotnet authored Apr 25, 2024
2 parents ae877bb + 8b5e83f commit 57bc1a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

#### 🐛 Bug Fix

- Update package.json for Auto [#17](https://github.com/JupiterOne/graph-hashicorp-vault/pull/17) ([@zemberdotnet](https://github.com/zemberdotnet))
- Update package.json for Auto
[#17](https://github.com/JupiterOne/graph-hashicorp-vault/pull/17)
([@zemberdotnet](https://github.com/zemberdotnet))

#### Authors: 1

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ COPY src/ ${JUPITERONE_INTEGRATION_DIR}/src
WORKDIR ${JUPITERONE_INTEGRATION_DIR}
RUN yarn install

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}
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 comments on commit 57bc1a9

Please sign in to comment.