Skip to content

Commit 97bb216

Browse files
Remove ENTRYPOINT to give calling script more flexibility to run whatever command is convenient.
1 parent 003522b commit 97bb216

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,3 @@ RUN pip install seclab-taskflow-agent
4444
RUN export SECLAB_TASKFLOW_AGENT=$(python -c 'import seclab_taskflow_agent as x; print(x.__path__[0])') && \
4545
codeql pack install $SECLAB_TASKFLOW_AGENT/mcp_servers/codeql/queries/mcp-cpp && \
4646
codeql pack install $SECLAB_TASKFLOW_AGENT/mcp_servers/codeql/queries/mcp-js
47-
48-
ENTRYPOINT ["python", "-m", "seclab_taskflow_agent"]

0 commit comments

Comments
 (0)