Added mcp agent folder to compose files
This commit is contained in:
parent
1a73697fec
commit
7b5e0091ef
2 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ COPY manage.py manage.py
|
||||||
COPY config config
|
COPY config config
|
||||||
COPY apps apps
|
COPY apps apps
|
||||||
COPY data data
|
COPY data data
|
||||||
|
COPY mcp_agent mcp_agent
|
||||||
|
|
||||||
RUN mkdir -p /app/static
|
RUN mkdir -p /app/static
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,6 +39,7 @@ COPY manage.py manage.py
|
||||||
COPY config config
|
COPY config config
|
||||||
COPY apps apps
|
COPY apps apps
|
||||||
COPY data data
|
COPY data data
|
||||||
|
COPY mcp_agent mcp_agent
|
||||||
|
|
||||||
COPY --from=node /app/build ./build
|
COPY --from=node /app/build ./build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue