FROM node RUN npm install -g serve WORKDIR app COPY . . EXPOSE 3000 CMD npm run build && serve -s build