diff --git a/Dockerfile b/Dockerfile index c0298c2..94a902c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 with the major version installed in your repository. For example: