fix: ensure proper CMD syntax in Dockerfile #48

Merged
Janis merged 1 commits from fix/test into main 2025-11-07 15:24:09 +01:00

View File

@@ -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"]