pre-commit.Dockerfile: do not specify a shell in the entrypoint
Signed-off-by: Filip Kobierski <fkobi@fsfe.org>
This commit is contained in:
@@ -45,4 +45,4 @@ COPY pre-commit.entrypoint.sh ./
|
||||
# Set the workdir
|
||||
WORKDIR /website-source
|
||||
|
||||
ENTRYPOINT ["sh", "/website-source-during-build/pre-commit.entrypoint.sh"]
|
||||
ENTRYPOINT ["/website-source-during-build/pre-commit.entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user