i use nuxt js application. in dokcer file :
FROM node:10-alpine # install and cache app dependencies COPY package.json package-lock.json ./ RUN npm install &