Commit 6eab2c03 authored by nanahira's avatar nanahira

pg-native

parent 0379896d
Pipeline #41774 passed with stages
in 1 minute and 41 seconds
...@@ -13,7 +13,7 @@ RUN npm run build ...@@ -13,7 +13,7 @@ RUN npm run build
FROM base FROM base
ENV NODE_ENV production ENV NODE_ENV production
RUN npm ci && npm cache clean --force RUN npm ci && npm i pg-native && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml COPY ./config.example.yaml ./config.yaml
......
...@@ -36,7 +36,7 @@ RUN npm run build ...@@ -36,7 +36,7 @@ RUN npm run build
FROM base FROM base
ENV NODE_ENV production ENV NODE_ENV production
RUN npm ci && npm cache clean --force RUN npm ci && npm i pg-native && npm cache clean --force
COPY --from=builder /usr/src/app/dist ./dist COPY --from=builder /usr/src/app/dist ./dist
COPY ./config.example.yaml ./config.yaml COPY ./config.example.yaml ./config.yaml
......
#!/bin/bash #!/bin/bash
npm install --save typeorm @nestjs/typeorm pg pg-native nicot npm install --save typeorm @nestjs/typeorm pg nicot
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment