Skip to content

Commit 46ed3fc

Browse files
committed
Docker copy next.config for fumadocs
1 parent 76e1a4f commit 46ed3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN npm install -g corepack@latest
1313
RUN corepack enable
1414

1515
# Install dependencies based on the preferred package manager
16-
COPY package.json package-lock.json* .npmrc* source.config.ts ./
16+
COPY package.json package-lock.json* .npmrc* source.config.ts next.config.ts ./
1717
RUN corepack install
1818
RUN --mount=type=cache,target=/root/.npm npm ci
1919

0 commit comments

Comments
 (0)