From be8d8d56249d2a490526c2ca4294cd094b808176 Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Wed, 11 Dec 2024 20:40:49 +0800 Subject: [PATCH] development --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 16c7e5e..1aa5497 100644 --- a/compose.yaml +++ b/compose.yaml @@ -80,9 +80,9 @@ services: - | rm -rf /app/.next rm -rf /app/cache - bun run build + bun run install bun next telemetry disable - bun run start + bun run dev depends_on: - judge4c-postgres - judge4c-gitea