📄 production optimizations
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
Some checks failed
Build and Deploy Next.js Blog to Production / 🔍 Code Quality Checks (push) Failing after 18s
Build and Deploy Next.js Blog to Production / 🏗️ Build and Push Docker Image (push) Has been skipped
Build and Deploy Next.js Blog to Production / 🚀 Deploy to Production (push) Has been skipped
This commit was merged in pull request #8.
This commit is contained in:
@@ -31,6 +31,11 @@ WORKDIR /app
|
||||
# Copy dependencies from deps stage
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
|
||||
# Copy .env file for build-time variables
|
||||
# This file is created by CI/CD workflow from Gitea secrets
|
||||
# NEXT_PUBLIC_* variables are embedded in client-side bundle during build
|
||||
COPY .env* ./
|
||||
|
||||
# Copy all application source code
|
||||
# This includes:
|
||||
# - app/ directory (Next.js 16 App Router)
|
||||
|
||||
Reference in New Issue
Block a user