From 330e9f75eab0aa854403e8f39cef0b43f7bef133 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 7 Nov 2025 15:23:32 +0100 Subject: [PATCH] fix: ensure proper CMD syntax in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9f1033..adf5d18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,4 +38,4 @@ ENV PLAY_HTTP_PORT=9000 # Run the Play app ENTRYPOINT ["./bin/knockoutwhistweb"] -CMD ["-Dplay.server.pidfile.path=/dev/null"] +CMD ["-Dplay.server.pidfile.path=/dev/null"] \ No newline at end of file -- 2.52.0