Removed mcp agent step since redundant
This commit is contained in:
parent
ec7dc92ab2
commit
972194be0a
2 changed files with 0 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ COPY manage.py manage.py
|
|||
COPY config config
|
||||
COPY apps apps
|
||||
COPY data data
|
||||
COPY mcp_agent mcp_agent
|
||||
|
||||
RUN mkdir -p /app/static
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ COPY manage.py manage.py
|
|||
COPY config config
|
||||
COPY apps apps
|
||||
COPY data data
|
||||
COPY mcp_agent mcp_agent
|
||||
|
||||
COPY --from=node /app/build ./build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue