feat: Add Docker configuration for the Next.js frontend, enabling standalone output and next-intl integration.
This commit is contained in:
11
frontend/.dockerignore
Normal file
11
frontend/.dockerignore
Normal file
@@ -0,0 +1,11 @@
|
||||
node_modules
|
||||
.next
|
||||
.git
|
||||
.gitignore
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
README.md
|
||||
Dockerfile
|
||||
.dockerignore
|
||||
npm-debug.log
|
||||
Reference in New Issue
Block a user