diff --git a/.dockerignore b/.dockerignore index bbea01c..0754001 100644 --- a/.dockerignore +++ b/.dockerignore @@ -7,3 +7,4 @@ Dockerfile README.md *.local .env* + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 45d0f47..5dca936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN npm ci FROM base AS builder WORKDIR /app - + COPY --from=deps /app/node_modules ./node_modules COPY . . diff --git a/next.config.ts b/next.config.ts index 68a6c64..e5621d4 100644 --- a/next.config.ts +++ b/next.config.ts @@ -5,3 +5,4 @@ const nextConfig: NextConfig = { }; export default nextConfig; + \ No newline at end of file