Allow Next.js Docker startup writes
This commit is contained in:
@@ -54,7 +54,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./src:/app/src
|
- ./src:/app/src
|
||||||
- ./next.config.mjs:/app/next.config.mjs:ro
|
- ./next.config.mjs:/app/next.config.mjs:ro
|
||||||
- ./next-env.d.ts:/app/next-env.d.ts:ro
|
|
||||||
- ./tsconfig.json:/app/tsconfig.json:ro
|
- ./tsconfig.json:/app/tsconfig.json:ro
|
||||||
- ./tsconfig.next.json:/app/tsconfig.next.json:ro
|
- ./tsconfig.next.json:/app/tsconfig.next.json:ro
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|||||||
Reference in New Issue
Block a user