add docker file
This commit is contained in:
@@ -7,3 +7,4 @@ Dockerfile
|
||||
README.md
|
||||
*.local
|
||||
.env*
|
||||
|
||||
@@ -10,7 +10,7 @@ RUN npm ci
|
||||
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
|
||||
|
||||
@@ -5,3 +5,4 @@ const nextConfig: NextConfig = {
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user