From 332ea7b1822036e95ac6c7c40bb4419f77e46e18 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 12:04:55 +1200 Subject: [PATCH] 'Generic Commit' --- dropshell-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropshell-build/Dockerfile b/dropshell-build/Dockerfile index e77d0f9..c734ce7 100644 --- a/dropshell-build/Dockerfile +++ b/dropshell-build/Dockerfile @@ -15,6 +15,6 @@ RUN /usr/local/bin/install_dropshell_build_requirements WORKDIR /app -ENTRYPOINT ["dropshell-build","/app"] +CMD ["dropshell-build","/app"]