Skip to content

Commit

Permalink
fix: copy error
Browse files Browse the repository at this point in the history
  • Loading branch information
adriablancafort committed Oct 18, 2024
1 parent 2a5c23d commit 5631869
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM node:alpine AS build

WORKDIR /app

COPY package*.json ./ prisma/schema.prisma ./prisma/schema.prisma
COPY package*.json ./
COPY prisma/schema.prisma ./prisma/schema.prisma

# Clean install
RUN npm ci
Expand Down

0 comments on commit 5631869

Please sign in to comment.