Skip to content

Commit

Permalink
Change entrypoint command in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgospodinow committed Feb 18, 2024
1 parent 92b6cc0 commit 7d82107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ WORKDIR /github/workspace

RUN go install go.uber.org/nilaway/cmd/nilaway@latest

ENTRYPOINT nilaway ${PACKAGE_TO_SCAN}
ENTRYPOINT ["sh", "-c", "nilaway $PACKAGE_TO_SCAN"]

0 comments on commit 7d82107

Please sign in to comment.