I\'m trying to build a Dockerfile with a node and install ReactJS there:
FROM node WORKDIR /home/node/app RUN npm install -g create-react-app RUN create-react-app