From 32199274f3eb04e12d3307652b89294f7a6ad280 Mon Sep 17 00:00:00 2001 From: Philipp Schmid <32632186+philschmid@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:35:53 +0100 Subject: [PATCH] update docker image --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a94bc3a0..b6e5117a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,5 +76,4 @@ COPY --from=builder /usr/src/target/release/text-generation-router /usr/local/bi # Install launcher COPY --from=builder /usr/src/target/release/text-generation-launcher /usr/local/bin/text-generation-launcher -ENTRYPOINT ["text-generation-launcher"] -CMD ["--json-output"] \ No newline at end of file +ENTRYPOINT ["text-generation-launcher", "--json-output"]