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"]