1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 01:05:50 +02:00

node_modulesをvolume化して高速化+パーミッション問題回避、git submodule update時にローカルにsubmoduleがあっても問題が起こらないようにする (#13956)

This commit is contained in:
おやき
2024-06-12 11:08:42 +09:00
committed by GitHub
parent ff3a38a7f5
commit 92367cf700
3 changed files with 5 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ services:
volumes:
- ../:/workspace:cached
- node_modules:/workspace/node_modules
command: sleep infinity
@@ -46,6 +47,7 @@ services:
volumes:
postgres-data:
redis-data:
node_modules:
networks:
internal_network: