mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 14:32:08 +08:00
Fix copying next folder
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
**/obj
|
||||
**/secrets.dev.yaml
|
||||
**/values.dev.yaml
|
||||
**/.next
|
||||
README.md
|
||||
config/
|
||||
k3d/
|
||||
|
||||
@@ -9,7 +9,7 @@ COPY package.json pnpm-lock.yaml ./
|
||||
RUN corepack enable && corepack prepare pnpm@latest --activate
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
COPY .next .next
|
||||
|
||||
ARG BUILDTIME
|
||||
ARG VERSION
|
||||
|
||||
Reference in New Issue
Block a user