fix up some docker build issues re pathing

This commit is contained in:
iamBadgers
2025-06-07 23:55:37 -07:00
parent a3ecb70abe
commit 2d81203398
7 changed files with 21 additions and 24 deletions

View File

@@ -13,7 +13,6 @@ RUN npm install
COPY vault .
RUN npm install -g protoc
RUN npm install -g protoc-gen-js
RUN npm install -g protoc-gen-ts
RUN npm run build