Question: Dockerfile in Nuxt copying .nuxt only [issue link] FROM node:alpine RUN mkdir app WORKDIR /app COPY package.json . RUN npm i COPY .nuxt ./.nuxt CMD ["npm", "run", "start"] this is what i have in my docker file but it seems i’ve gotten some errors about < JSON unexpected any ideas? This question is available on Nuxt.js community (#c2494)