from node WORKDIR /app/ COPY ./package.json /app/ RUN npm install CMD ["npm", "run", "dev"]