1 2 3 4 5 6 7 8 9 10 11 12
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