refactor: use bin within container to invoke export function

This commit is contained in:
Marc 2024-10-18 21:05:30 -04:00
parent ceb1a655d5
commit de490d0854
Signed by: marc
GPG key ID: 048E042F22B5DC79
2 changed files with 3 additions and 3 deletions

View file

@ -8,6 +8,6 @@ RUN pip install -r requirements.txt
COPY . . COPY . .
RUN chmod +x ./tracer.py RUN pip install .
ENTRYPOINT ["python", "tracer.py"] ENTRYPOINT ["export_trace"]

View file

@ -14,7 +14,7 @@ dependencies = [
] ]
[project.scripts] [project.scripts]
export_traces = "tracer:run" export_trace = "tracer:run"
[tool.uv] [tool.uv]
dev-dependencies = [ dev-dependencies = [