This commit is contained in:
Andras Bacsai
2025-11-11 09:59:07 +01:00
parent f4598569bf
commit 382a9552ad
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
node_modules
.next
.turbo
dist
.git
.gitignore
README.md
.env*.local
.DS_Store
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

View File

@@ -6,7 +6,6 @@ RUN npm install -g pnpm@10.5.2
# Build the Next.js app # Build the Next.js app
FROM base AS builder FROM base AS builder
ENV NODE_ENV production
RUN apk --no-cache upgrade && apk add --no-cache chromium RUN apk --no-cache upgrade && apk add --no-cache chromium