We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f12eedb commit a59b074Copy full SHA for a59b074
apps/web/Dockerfile
@@ -4,7 +4,7 @@ COPY apps/web/Caddyfile /etc/caddy/Caddyfile
4
FROM node:19 AS npmbuild
5
WORKDIR /project
6
COPY . .
7
-RUN npm install
+RUN npm install --legacy-peer-deps
8
RUN npm run build
9
10
FROM base AS final
0 commit comments