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