mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
taco
This commit is contained in:
14
turbo-nextjs/.dockerignore
Normal file
14
turbo-nextjs/.dockerignore
Normal 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*
|
||||
@@ -6,7 +6,6 @@ RUN npm install -g pnpm@10.5.2
|
||||
|
||||
# Build the Next.js app
|
||||
FROM base AS builder
|
||||
ENV NODE_ENV production
|
||||
|
||||
RUN apk --no-cache upgrade && apk add --no-cache chromium
|
||||
|
||||
|
||||
Reference in New Issue
Block a user