fix: ensure proper CMD syntax in Dockerfile

This commit is contained in:
2025-11-07 15:23:32 +01:00
parent 674619dadc
commit 330e9f75ea

View File

@@ -38,4 +38,4 @@ ENV PLAY_HTTP_PORT=9000
# Run the Play app # Run the Play app
ENTRYPOINT ["./bin/knockoutwhistweb"] ENTRYPOINT ["./bin/knockoutwhistweb"]
CMD ["-Dplay.server.pidfile.path=/dev/null"] CMD ["-Dplay.server.pidfile.path=/dev/null"]