fix: ensure proper CMD syntax in Dockerfile (#48)

Reviewed-on: #48
Co-authored-by: Janis <janis.e.20@gmx.de>
Co-committed-by: Janis <janis.e.20@gmx.de>
This commit is contained in:
2025-11-07 15:24:08 +01:00
committed by Janis
parent 674619dadc
commit 5c6d3ac436

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