I can't get through Step 10/13 when running docker build -t [mydockerhubusername]/foodtrucks-web .. Here is the output:
Step 10/13 : RUN npm run build---> Running in c5d483a8be7bnpm ERR! missing script: build
npm ERR! A complete log of this run can be found in:npm ERR! /root/.npm/_logs/2020-10-22T23_04_11_153Z-debug.logThe command '/bin/sh -c npm run build' returned a non-zero code: 1
I can't get through Step 10/13 when running
docker build -t [mydockerhubusername]/foodtrucks-web .
. Here is the output:Step 10/13 : RUN npm run build
---> Running in c5d483a8be7b
npm ERR! missing script: build
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2020-10-22T23_04_11_153Z-debug.log
The command '/bin/sh -c npm run build' returned a non-zero code: 1