Revert dockerfile MCP stuff back to default, let's see if this hits.

This commit is contained in:
DominicJamesWhite 2025-04-10 16:51:52 +02:00
parent 1cbe578776
commit 292ebc9b70

View File

@ -41,7 +41,10 @@ COPY --from=builder /app/public ./public
COPY --from=builder /app/.next/standalone ./ COPY --from=builder /app/.next/standalone ./
COPY --from=builder /app/.next/static ./.next/static COPY --from=builder /app/.next/static ./.next/static
COPY --from=builder /app/.next/server ./.next/server COPY --from=builder /app/.next/server ./.next/server
COPY --from=builder /app/app/mcp ./app/mcp
RUN mkdir -p /app/app/mcp && chmod 777 /app/app/mcp
COPY --from=builder /app/app/mcp/mcp_config.default.json /app/app/mcp/mcp_config.json
EXPOSE 3000 EXPOSE 3000