deps: update pnpm to v10 (#15588)
* Revert "fix(build): corepackのバグの回避 (#15387)" This reverts commit9c70a4e631. * deps: update pnpm to v10 * fix broken lockfile * update changelog * fix * fix * Revert "fix" This reverts commit4abc6c194e. * fix * fix * attempt to fix docker build * lint fixes * fix: revertしすぎた * detect pnpm version and install it * fix: そもそもpnpmを2回入れる必要がないかも * fix * refactor * fix * refactor: remove unnecessary arg * Update Dockerfile * update pnpm to v10.6.1 * Update Changelog * chore: use node to avoid installing jq
This commit is contained in:
		@@ -17,7 +17,6 @@ services:
 | 
			
		||||
      - ./.config/docker.env
 | 
			
		||||
    environment:
 | 
			
		||||
      - NODE_ENV=production
 | 
			
		||||
      - COREPACK_DEFAULT_TO_LATEST=0
 | 
			
		||||
    volumes:
 | 
			
		||||
      - type: bind
 | 
			
		||||
        source: ../../../built
 | 
			
		||||
@@ -82,7 +81,7 @@ services:
 | 
			
		||||
    working_dir: /misskey
 | 
			
		||||
    command: >
 | 
			
		||||
      bash -c "
 | 
			
		||||
        corepack enable && corepack prepare
 | 
			
		||||
        npm install -g pnpm
 | 
			
		||||
        pnpm -F backend migrate
 | 
			
		||||
        pnpm -F backend start
 | 
			
		||||
      "
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user