From 6d50655a9893238ee53804191ed971f87d65cd22 Mon Sep 17 00:00:00 2001 From: Eike Waldt Date: Tue, 15 Oct 2024 14:18:53 +0200 Subject: [PATCH] fix Containerfile entrypoint --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index dfdbe28..e844772 100644 --- a/Containerfile +++ b/Containerfile @@ -38,3 +38,4 @@ COPY glrd glrd-create releases-input.yaml /usr/local/bin # Do not use --system, we want the pip from the virtual env RUN cd "$VIRTUAL_ENV_PARENT" && pip install -r requirements.txt WORKDIR /usr/local/bin +ENTRYPOINT ["/usr/bin/sh", "-c"]