Skip to content

Commit d9ca1af

Browse files
committed
Removed install
1 parent e197059 commit d9ca1af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile.prod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ WORKDIR /usr/src/app
66
COPY . .
77
RUN yarn install
88
RUN cd packages/db && DATABASE_URL=$DATABASE_URL npx prisma generate && cd ../..
9-
RUN yarn install
109
ENV DATABASE_URL=$DATABASE_URL
1110
RUN yarn build
1211

0 commit comments

Comments
 (0)