1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-01 13:14:19 +02:00

Reapply "Fix federation test: add scripts mount and pre-compile config on host"

This reverts commit a7e4518131.
This commit is contained in:
syuilo
2025-12-02 09:15:28 +09:00
parent a7e4518131
commit 811d6dc8b3
4 changed files with 14 additions and 0 deletions

View File

@@ -38,6 +38,10 @@ services:
source: ../ormconfig.js
target: /misskey/packages/backend/ormconfig.js
read_only: true
- type: bind
source: ../scripts
target: /misskey/packages/backend/scripts
read_only: true
- type: bind
source: ../package.json
target: /misskey/packages/backend/package.json