Compare commits
2 Commits
ba82f5b168
...
0078301ccc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0078301ccc | ||
|
|
2cf0378270 |
23
.gitignore
vendored
23
.gitignore
vendored
@@ -29,14 +29,21 @@ yarn-error.log*
|
||||
|
||||
# Local env files
|
||||
.env
|
||||
.env*.local
|
||||
.env.local
|
||||
.env.development
|
||||
.env.development.local
|
||||
.env.test
|
||||
.env.test.local
|
||||
.env.production
|
||||
.env.production.local
|
||||
.env.*
|
||||
!.env.example
|
||||
!.env.production
|
||||
env.local
|
||||
env.development
|
||||
env.development.local
|
||||
env.test
|
||||
env.test.local
|
||||
env.production
|
||||
env.production.local
|
||||
|
||||
# Secrets and sensitive files
|
||||
*.secret
|
||||
*secret*
|
||||
keycloak-secret.txt
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
@@ -20,6 +20,7 @@ RUN npm ci
|
||||
COPY . .
|
||||
|
||||
# Build Next.js application
|
||||
ENV NODE_ENV production
|
||||
ENV NEXT_TELEMETRY_DISABLED 1
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user