add docker file

This commit is contained in:
2026-04-23 20:31:25 +03:30
parent 29768f497e
commit d1d9c309f8
3 changed files with 3 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ Dockerfile
README.md README.md
*.local *.local
.env* .env*

View File

@@ -10,7 +10,7 @@ RUN npm ci
FROM base AS builder FROM base AS builder
WORKDIR /app WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules COPY --from=deps /app/node_modules ./node_modules
COPY . . COPY . .

View File

@@ -5,3 +5,4 @@ const nextConfig: NextConfig = {
}; };
export default nextConfig; export default nextConfig;