add docker file
This commit is contained in:
@@ -7,3 +7,4 @@ Dockerfile
|
|||||||
README.md
|
README.md
|
||||||
*.local
|
*.local
|
||||||
.env*
|
.env*
|
||||||
|
|
||||||
@@ -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 . .
|
||||||
|
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ const nextConfig: NextConfig = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|
||||||
Reference in New Issue
Block a user