See more
…c/appWORKDIR /usr/src/appCOPY package.json /usr/src/app/RUN npm installCOPY . /usr/src/appEXPOSE 3000CMD [ “npm”, “start” ]