Skip to content

Commit

Permalink
udpated docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nokibul committed Mar 26, 2024
1 parent 3bfec73 commit 06da5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ RUN npm install -g pnpm

RUN pnpm install

RUN npx prisma generate

COPY . .

EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ services:
ports:
- "5432:5432"
volumes:
- "A:/Program Files/PostgreSQL/15/data:/var/lib/postgresql/data"
- "C:/Program Files/PostgreSQL/15/data:/var/lib/postgresql/data"

0 comments on commit 06da5d6

Please sign in to comment.