mirror of
https://github.com/gethomepage/homepage.git
synced 2026-04-10 04:01:24 -07:00
Try restore direct next dir copy
This commit is contained in:
@@ -9,8 +9,9 @@ COPY package.json pnpm-lock.yaml ./
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
RUN pnpm install --frozen-lockfile --prefer-offline
|
||||
|
||||
# Copy all source files, .next dir included
|
||||
# Copy all source files
|
||||
COPY . .
|
||||
COPY .next .next
|
||||
|
||||
ARG CI
|
||||
ARG BUILDTIME
|
||||
|
||||
Reference in New Issue
Block a user