Finally up and running again.

This commit is contained in:
iamBadgers
2025-06-12 00:10:12 -07:00
parent dbf550b700
commit a4be179faf
7 changed files with 156 additions and 17 deletions

View File

@@ -2,7 +2,9 @@ FROM node:22.16
WORKDIR /srv/proto
COPY proto .
COPY proto/ .
# RUN npm install
# RUN npm run build
WORKDIR /srv/vault
@@ -10,10 +12,7 @@ COPY vault/package.json .
RUN npm install
COPY vault .
RUN npm install -g protoc
RUN npm install -g protoc-gen-ts
COPY vault/ .
RUN npm run build_protos
RUN npm run build