fix: 調整 entrypoint 格式並修正測試檔案的空格問題

This commit is contained in:
Your Name 2026-01-24 00:16:40 +08:00
parent a4489f4945
commit f6b45627e0
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ services:
# =========================================================================
# 使用自訂 entrypoint 安裝額外語言包
# =========================================================================
entrypoint: ["/bin/sh", "-c"]
entrypoint: [ "/bin/sh", "-c" ]
command:
- |
echo "📦 正在安裝額外 OCR 語言包..."

View file

@ -24,7 +24,7 @@ services:
# =========================================================================
# 使用自訂 entrypoint 安裝額外語言包
# =========================================================================
entrypoint: ["/bin/sh", "-c"]
entrypoint: [ "/bin/sh", "-c" ]
command:
- |
echo "📦 正在安裝額外 OCR 語言包..."

View file

@ -85,4 +85,4 @@ describe("deark converter", () => {
});
// Skip common tests as deark has different behavior (archive output)
test.skip("dummy - required to trigger test detection", () => {});
test.skip("dummy - required to trigger test detection", () => { });