Remove frontend .output volume to fix Nitro build EBUSY
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
|||||||
- ./Frontend:/app/frontend
|
- ./Frontend:/app/frontend
|
||||||
- frontend_node_modules:/app/frontend/node_modules
|
- frontend_node_modules:/app/frontend/node_modules
|
||||||
- frontend_nuxt:/app/frontend/.nuxt
|
- frontend_nuxt:/app/frontend/.nuxt
|
||||||
- frontend_output:/app/frontend/.output
|
|
||||||
expose:
|
expose:
|
||||||
- "3000"
|
- "3000"
|
||||||
environment:
|
environment:
|
||||||
@@ -204,7 +203,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
frontend_node_modules:
|
frontend_node_modules:
|
||||||
frontend_nuxt:
|
frontend_nuxt:
|
||||||
frontend_output:
|
|
||||||
delivery_node_modules:
|
delivery_node_modules:
|
||||||
langfuse_postgres_data:
|
langfuse_postgres_data:
|
||||||
langfuse_clickhouse_data:
|
langfuse_clickhouse_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user