Usage example
FROM edimarlnx/nextjs-docker:7
ENV API_URL ${API_URL:+"http://localhost:8080"}
COPY .next /app/.next
COPY static /app/static
COPY server /app/server
COPY package.json /app/package.json
COPY next.config.js /app/next.config.js
RUN yarn install --production
Content type
Image
Digest
Size
57.8 MB
Last updated
over 7 years ago
docker pull edimarlnx/nextjs-docker:7