We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e197059 commit d9ca1afCopy full SHA for d9ca1af
Dockerfile.prod
@@ -6,7 +6,6 @@ WORKDIR /usr/src/app
6
COPY . .
7
RUN yarn install
8
RUN cd packages/db && DATABASE_URL=$DATABASE_URL npx prisma generate && cd ../..
9
-RUN yarn install
10
ENV DATABASE_URL=$DATABASE_URL
11
RUN yarn build
12
0 commit comments