Docker config
This commit is contained in:
@ -8,7 +8,11 @@ services:
|
||||
- "8091:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NEXT_TELEMETRY_DISABLED=1
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
restart: unless-stopped
|
||||
- next-cache:/app/.next/cache
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
next-cache:
|
||||
Reference in New Issue
Block a user