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