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 f222a62 commit 603c372Copy full SHA for 603c372
Dockerfile.prod
@@ -10,6 +10,8 @@ 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
+## Remove .env file
14
+RUN rm apps/web/.env
15
16
EXPOSE 3000
17
0 commit comments