mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Use glob for next dir to silently fail locally
This commit is contained in:
@@ -11,7 +11,7 @@ RUN pnpm install --frozen-lockfile --prefer-offline
|
||||
|
||||
# Copy all source files
|
||||
COPY . .
|
||||
COPY .next .next
|
||||
COPY .next* .next/
|
||||
|
||||
ARG CI
|
||||
ARG BUILDTIME
|
||||
|
||||
Reference in New Issue
Block a user