yarn changed to node

This commit is contained in:
2026-01-12 12:18:21 +03:00
parent 740d92dc91
commit 93ea5f9b69
+1 -1
View File
@@ -42,7 +42,7 @@ services:
user: root
restart: always
container_name: outline
command: sh -c "corepack enable && yarn install && yarn db:migrate --env=production-ssl-disabled && yarn start --env=production-ssl-disabled"
command: sh -c "node build/server/index.js"
depends_on:
- outline_postgres
- outline_redis