summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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