fix: ensure proper CMD syntax in Dockerfile #48
@@ -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"]
|
||||||
Reference in New Issue
Block a user