from node:18 workdir /app copy package.json . copy package-lock.json . run npm ci copy . . run npx next build expose 3000 entrypoint npx next start