Skip to content

Commit

Permalink
update copy path in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 6, 2023
1 parent af26a9f commit 2016e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ COPY ./server/package*.json ./

RUN npm install

COPY . .
COPY ./server .

RUN npx prisma generate

Expand Down

0 comments on commit 2016e38

Please sign in to comment.