From 5c6d3ac436f6d23a36f58b6835c9bd50feddc789 Mon Sep 17 00:00:00 2001 From: Janis Date: Fri, 7 Nov 2025 15:24:08 +0100 Subject: [PATCH] fix: ensure proper CMD syntax in Dockerfile (#48) Reviewed-on: https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Web/pulls/48 Co-authored-by: Janis Co-committed-by: Janis --- 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