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 e6b189f commit f222a62Copy full SHA for f222a62
Dockerfile.prod
@@ -7,6 +7,8 @@ COPY . .
7
8
RUN npm install
9
RUN cd packages/db && DATABASE_URL=$DATABASE_URL npx prisma generate && cd ../..
10
+## put DATABASE_URL in apps/web/.env
11
+RUN echo DATABASE_URL=$DATABASE_URL >> apps/web/.env
12
RUN DATABASE_URL=$DATABASE_URL npm run build
13
14
EXPOSE 3000
0 commit comments