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 76e1a4f commit 46ed3fcCopy full SHA for 46ed3fc
Dockerfile
@@ -13,7 +13,7 @@ RUN npm install -g corepack@latest
13
RUN corepack enable
14
15
# Install dependencies based on the preferred package manager
16
-COPY package.json package-lock.json* .npmrc* source.config.ts ./
+COPY package.json package-lock.json* .npmrc* source.config.ts next.config.ts ./
17
RUN corepack install
18
RUN --mount=type=cache,target=/root/.npm npm ci
19
0 commit comments