From 86885ed674c89f397e21f22ea303906974f79cc0 Mon Sep 17 00:00:00 2001 From: Liam Fitzpatrick Date: Fri, 21 Mar 2025 15:22:56 -0400 Subject: [PATCH] try using entrypoint instead of CMD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a4a8e19..f04847c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,4 +39,4 @@ RUN cargo install trunk # Build app WORKDIR /app/client -CMD ["cargo", "tauri", "build"] \ No newline at end of file +ENTRYPOINT ["cargo", "tauri", "build"] \ No newline at end of file