We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b9f0 commit daf314cCopy full SHA for daf314c
templates/_template/Dockerfile
@@ -1,6 +1,7 @@
1
+# To use this Dockerfile, you have to set `output: 'standalone'` in your next.config.mjs file.
2
# From https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
3
-FROM node:18-alpine AS base
4
+FROM node:22.12.0-alpine AS base
5
6
# Install dependencies only when needed
7
FROM base AS deps
templates/blank/Dockerfile
0 commit comments