Skip to content

Commit 1246619

Browse files
committed
fix(docker): include runtime-template.ts for API client generation
1 parent e03f797 commit 1246619

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN bun run export-openapi
3737

3838
# API client generation stage
3939
FROM build-deps AS api-client-gen
40-
COPY scripts/generate-ts-fetch-client.py ./scripts/
40+
COPY scripts/generate-ts-fetch-client.py scripts/runtime-template.ts ./scripts/
4141
COPY --from=backend-build /app/backend/dist/openapi.json ./backend/dist/openapi.json
4242
RUN mkdir -p ui/src/lib/api-client && \
4343
python scripts/generate-ts-fetch-client.py backend/dist/openapi.json ui/src/lib/api-client

0 commit comments

Comments
 (0)