migrate from github

This commit is contained in:
2026-07-15 23:28:04 +08:00
commit eb25aa19d9
17 changed files with 1433 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM bufbuild/buf:latest
WORKDIR /workspace/proto
ENTRYPOINT ["sh", "-c", "\
buf generate --template buf.gen.backend.yaml && \
buf generate --template buf.gen.collab-go.yaml && \
buf generate --template buf.gen.frontend.yaml && \
buf generate --template buf.gen.node.yaml && \
echo 'Proto generation complete.' \
"]