boilerplate for grpc

This commit is contained in:
iamBadgers
2025-06-08 00:31:24 -07:00
parent 2d81203398
commit 4f126594e5
6 changed files with 52 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ COPY vault .
RUN npm install -g protoc
RUN npm install -g protoc-gen-ts
RUN npm run build_protos
RUN npm run build
EXPOSE 8080