refactor: use bin within container to invoke export function
This commit is contained in:
parent
ceb1a655d5
commit
de490d0854
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||||
|
|
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in a new issue