Skip to content

Commit

Permalink
Remove postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
devcshort committed Jun 8, 2024
1 parent dc8149b commit 4523bf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ FROM node:20.14.0-alpine3.20 as base

WORKDIR /app

RUN mkdir -p ./src/lib/postgres
RUN mkdir -p ./src/lib/mongodb

COPY package*.json ./
COPY ./src/lib/postgres/schema.prisma ./src/lib/postgres
COPY ./src/lib/mongodb/schema.prisma ./src/lib/mongodb

RUN apk add g++ make py3-pip
Expand Down

0 comments on commit 4523bf2

Please sign in to comment.