Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use JSON notation for CMD's arguments in Dockerfile
Reference - Best practices for writing Dockerfiles: - https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#cmd > CMD should almost always be used in the form of CMD ["executable","param1", "param2"…]
- Loading branch information