fix: 調整 entrypoint 格式並修正測試檔案的空格問題
This commit is contained in:
parent
a4489f4945
commit
f6b45627e0
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ services:
|
|||
# =========================================================================
|
||||
# 使用自訂 entrypoint 安裝額外語言包
|
||||
# =========================================================================
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
entrypoint: [ "/bin/sh", "-c" ]
|
||||
command:
|
||||
- |
|
||||
echo "📦 正在安裝額外 OCR 語言包..."
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ services:
|
|||
# =========================================================================
|
||||
# 使用自訂 entrypoint 安裝額外語言包
|
||||
# =========================================================================
|
||||
entrypoint: ["/bin/sh", "-c"]
|
||||
entrypoint: [ "/bin/sh", "-c" ]
|
||||
command:
|
||||
- |
|
||||
echo "📦 正在安裝額外 OCR 語言包..."
|
||||
|
|
|
|||
|
|
@ -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", () => { });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue