Open jayvdb opened 5 years ago
CMD ['foo', '--bar'] will result in errors when running the docker image.
CMD ['foo', '--bar']
it should be CMD ['foo', '--bar'] .
The rules should check this.
CMD ['foo', '--bar']
will result in errors when running the docker image.it should be
CMD ['foo', '--bar']
.The rules should check this.