interface with db

This commit is contained in:
2025-01-12 01:14:50 -05:00
parent f02676ba2e
commit 07ab1fb40d
13 changed files with 366 additions and 29 deletions

View File

@@ -6,6 +6,7 @@ COPY ./package*json ./
RUN npm ci
COPY . .
RUN node --experimental-strip-types build.ts && \
npm exec tsc && \
npm ci --only=production --omit=dev
FROM base as deploy