Add pg_dump, pg_restore
This commit is contained in:
parent
b7031bbd9d
commit
38423b88e3
@ -2,7 +2,7 @@ FROM node:18-alpine AS base
|
||||
|
||||
FROM base AS builder
|
||||
RUN apk update
|
||||
RUN apk add --no-cache libc6-compat
|
||||
RUN apk add --no-cache libc6-compat postgresql
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
# Replace <your-major-version> with the major version installed in your repository. For example:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user