We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12eb77d commit 4755004Copy full SHA for 4755004
Dockerfile.prod
@@ -5,7 +5,7 @@ WORKDIR /usr/src/app
5
6
COPY . .
7
8
-RUN npm install
+RUN npm install --legacy-peer-deps
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
@@ -15,4 +15,4 @@ RUN rm apps/web/.env
15
16
EXPOSE 3000
17
18
-CMD ["npm", "run", "start"]
+CMD ["npm", "run", "start"]
0 commit comments