There was an error while loading. Please reload this page.
1 parent e03f797 commit 1246619Copy full SHA for 1246619
1 file changed
Dockerfile
@@ -37,7 +37,7 @@ RUN bun run export-openapi
37
38
# API client generation stage
39
FROM build-deps AS api-client-gen
40
-COPY scripts/generate-ts-fetch-client.py ./scripts/
+COPY scripts/generate-ts-fetch-client.py scripts/runtime-template.ts ./scripts/
41
COPY --from=backend-build /app/backend/dist/openapi.json ./backend/dist/openapi.json
42
RUN mkdir -p ui/src/lib/api-client && \
43
python scripts/generate-ts-fetch-client.py backend/dist/openapi.json ui/src/lib/api-client
0 commit comments