summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2025-12-21 02:29:44 +0000
committersoryu <soryu@soryu.co>2025-12-23 14:47:18 +0000
commit7e53928f1c701113b6ecd65105a770cd0661d93c (patch)
treee33438c0606552891e71f8141b390a9e6c037858
parent7333738debc2e156e11fa4d25e165115984c50bd (diff)
downloadsoryu-7e53928f1c701113b6ecd65105a770cd0661d93c.tar.gz
soryu-7e53928f1c701113b6ecd65105a770cd0661d93c.zip
Fixup: Move container image to build from root
-rw-r--r--Dockerfile (renamed from makima/Dockerfile)2
1 files changed, 1 insertions, 1 deletions
diff --git a/makima/Dockerfile b/Dockerfile
index f53874b..c8e7a2b 100644
--- a/makima/Dockerfile
+++ b/Dockerfile
@@ -33,7 +33,7 @@ RUN apt-get update && apt-get install -y \
COPY --from=builder /app/target/release/makima-server /app/makima-server
# Copy model download script
-COPY ./sh/download-models.sh /app/download-models.sh
+COPY makima/sh/download-models.sh /app/download-models.sh
RUN chmod +x /app/download-models.sh
# Create models directory