yarn changed to node
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user