Building a node image: Error response from daemon: dockerfile parse error line 15: unknown instruction: CMD["NODE",
I am trying to build a docker image for an app that uses yarn dependencies. I have this error when I run docker build . -t [name] It starts building, but then I get this error. Error response from daemon: dockerfile parse error line 15: unknown instruction: CMD["NODE", This is my dockerfile FROM node WORKDIR… Read More Building a node image: Error response from daemon: dockerfile parse error line 15: unknown instruction: CMD["NODE",