From e6194a0d2605b4c882c3fc62291a588b3944bacc Mon Sep 17 00:00:00 2001 From: "duck." Date: Sat, 18 Jan 2025 01:05:26 +0000 Subject: [PATCH] Suppress warning about not using JSON formatted cmd entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 182c605..246819a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -90,4 +90,4 @@ ENV PATH="$PATH:/app" # Finally, let's run OpenTTD! USER openttd -CMD /usr/local/bin/entrypoint +CMD [ "/usr/local/bin/entrypoint" ]