Revert "fix(build): corepackのバグの回避 (#15387)"

This reverts commit 9c70a4e631.
This commit is contained in:
kakkokari-gtyih
2025-03-03 19:12:04 +09:00
parent 2a96e39bb3
commit 9a2cd1b35e
16 changed files with 1 additions and 53 deletions

View File

@@ -17,7 +17,6 @@ services:
- ./.config/docker.env
environment:
- NODE_ENV=production
- COREPACK_DEFAULT_TO_LATEST=0
volumes:
- type: bind
source: ../../../built

View File

@@ -29,7 +29,6 @@ services:
environment:
- NODE_ENV=development
- NODE_EXTRA_CA_CERTS=/usr/local/share/ca-certificates/rootCA.crt
- COREPACK_DEFAULT_TO_LATEST=0
volumes:
- type: bind
source: ../package.json
@@ -90,8 +89,6 @@ services:
depends_on:
redis.test:
condition: service_healthy
environment:
- COREPACK_DEFAULT_TO_LATEST=0
volumes:
- type: bind
source: ../package.json