Skip to content

Commit

Permalink
FEAT: Optimized Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thinley4 committed Oct 21, 2024
1 parent 7c781c3 commit 9e44e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM node:20.12.0-alpine3.19
WORKDIR /app

COPY package* .
COPY prisma .

RUN cd web && npm install

Expand Down

0 comments on commit 9e44e79

Please sign in to comment.