0d4b887d8b
- chmod +x all new .sh scripts so they work on Linux/macOS - Use --ignore-scripts in langgraph-js Dockerfiles to avoid postinstall failure (agent/ dir not yet copied during npm install stage) - Install agent deps in production Dockerfile after COPY agent/ - Fix hardcoded pnpm commands in agent-spec README
4 lines
60 B
Bash
Executable File
4 lines
60 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")/../agent" || exit 1
|
|
uv sync
|