mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 06:12:08 +08:00
copy src
This commit is contained in:
@@ -9,6 +9,8 @@ COPY package.json pnpm-lock.yaml ./
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
# Copy all source files
|
||||
COPY . .
|
||||
COPY .next .next
|
||||
|
||||
ARG BUILDTIME
|
||||
|
||||
Reference in New Issue
Block a user