refactor(cli): simplify single-layer Dockerfile generation

This commit is contained in:
Parker Rule
2026-08-27 21:15:18 -04:00
parent 58273fde86
commit 502053a050
4 changed files with 128 additions and 82 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
if: (steps.changed-files.outputs.all || github.event_name == 'workflow_dispatch')
working-directory: ${{ matrix.example.workdir }}
run: |
langgraph build -t ${{ matrix.example.tag }}
langgraph build --single-user-layer -t ${{ matrix.example.tag }}
- name: Test service ${{ matrix.example.name }}
if: ${{ (steps.changed-files.outputs.all || github.event_name == 'workflow_dispatch') &&env.HAS_LANGSMITH_API_KEY == 'true' }}
working-directory: ${{ matrix.example.workdir }}