File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN mkdir -p /app
44WORKDIR /app
55COPY package.json /app
66
7- RUN npm install
7+ RUN npm install --legacy-peer-deps
88RUN date > /app/date.txt
99COPY . /app
1010RUN npm run build -- --prod --aot --base-href $BASE_HREF
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN mkdir -p /app
44WORKDIR /app
55COPY package.json /app
66
7- RUN npm install
7+ RUN npm install --legacy-peer-deps
88RUN date > /app/date.txt
99COPY . /app
1010RUN npm run build -- --prod --aot --base-href $BASE_HREF
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN mkdir -p /app
44WORKDIR /app
55COPY ./frontend/package.json /app
66
7- RUN npm install
7+ RUN npm install --legacy-peer-deps
88RUN date > /app/date.txt
99COPY ./frontend/. /app
1010RUN npm run build -- --prod --aot --base-href $BASE_HREF
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ RUN mkdir -p /app
44WORKDIR /app
55COPY ./frontend/package.json /app
66
7- RUN npm install
7+ RUN npm install --legacy-peer-deps
88RUN date > /app/date.txt
99COPY ./frontend/. /app
1010RUN npm run build -- --prod --aot --base-href "/data-model-mapper-gui/"
You can’t perform that action at this time.
0 commit comments