From 69ec2156fe920453f029923692abe26a9a5e2c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Wed, 26 Feb 2025 18:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E7=94=A8=E6=96=B0=E5=91=BD=E4=BB=A4st?= =?UTF-8?q?art.sh=EF=BC=8C=E6=B5=81=E7=A8=8B=E6=9B=B4=E9=AB=98=E6=95=88?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index d3e7c47..72f85ea 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -32,7 +32,7 @@ services: init: image: pr_manager:latest container_name: init - command: sh init.sh init_data + command: sh start.sh init_data volumes: - ./:/app - .db.sqlite3:/app/.db.sqlite3