From 65fc67e01afcc7c600f420a1f336b580252c0ca6 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Mon, 6 Apr 2026 13:25:53 +0100 Subject: [PATCH] fix: remove jwt-private.pem from Dockerfile (executor runs on worker) --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7dfc3d..f497134 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,6 @@ COPY --from=frontend /app/web/dist ./web/dist/ COPY scripts/embed.py ./scripts/ COPY app-templates/ ./templates/ COPY config.yaml . -COPY data/jwt-private.pem ./data/ EXPOSE 3000 CMD ["./tori", "server"]