Enhance project configuration by setting output to "standalone" in Next.js config files and updating .gitignore to include example environment files for better clarity and management.
This commit is contained in:
11
dashboard/.dockerignore
Normal file
11
dashboard/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.gitignore
|
||||
*.md
|
||||
LICENSE
|
||||
npm-debug.log*
|
||||
.eslintrc.json
|
||||
Reference in New Issue
Block a user