fix: remove jwt-private.pem from Dockerfile (executor runs on worker)

This commit is contained in:
Fam Zheng 2026-04-06 13:25:53 +01:00
parent decabc0e8a
commit 65fc67e01a

View File

@ -22,7 +22,6 @@ COPY --from=frontend /app/web/dist ./web/dist/
COPY scripts/embed.py ./scripts/ COPY scripts/embed.py ./scripts/
COPY app-templates/ ./templates/ COPY app-templates/ ./templates/
COPY config.yaml . COPY config.yaml .
COPY data/jwt-private.pem ./data/
EXPOSE 3000 EXPOSE 3000
CMD ["./tori", "server"] CMD ["./tori", "server"]