Add pg_dump, pg_restore

This commit is contained in:
Ryan Pandya 2025-01-31 18:18:50 -08:00
parent b7031bbd9d
commit 38423b88e3

View File

@ -2,7 +2,7 @@ FROM node:18-alpine AS base
FROM base AS builder FROM base AS builder
RUN apk update RUN apk update
RUN apk add --no-cache libc6-compat RUN apk add --no-cache libc6-compat postgresql
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app
# Replace <your-major-version> with the major version installed in your repository. For example: # Replace <your-major-version> with the major version installed in your repository. For example: