better db dump system

This commit is contained in:
Ajay
2022-05-05 22:50:07 -04:00
parent db700cd7e8
commit d75226bde5
6 changed files with 31 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ RUN npm ci && npm run tsc
FROM node:16-alpine as app
WORKDIR /usr/src/app
RUN apk add git
RUN apk add git postgresql-client
COPY --from=builder ./node_modules ./node_modules
COPY --from=builder ./dist ./dist
COPY ./.git ./.git