ci: update compose.yaml (#5905)

This commit is contained in:
HeJiachen-PM
2024-02-26 18:47:37 +08:00
committed by GitHub
parent 298afc7d74
commit d602cbb53c

View File

@@ -1,6 +1,6 @@
services:
affine:
image: ghcr.io/toeverything/affine-graphql:beta
image: ghcr.io/toeverything/affine-graphql:stable
container_name: affine_selfhosted
command:
['sh', '-c', 'node ./scripts/self-host-predeploy && node ./dist/index.js']