workaround for typescript version

This commit is contained in:
Evandre Da Silva
2022-07-01 16:19:47 +01:00
parent f27f4a36bd
commit b18163c98c
+1
View File
@@ -4,6 +4,7 @@ COPY ./package*.json /app/
RUN npm config set unsafe-perm true
RUN npm install -g ionic
RUN npm config set legacy-peer-deps true
RUN npm i -D typescript@4.3.5
RUN npm install --save --legacy-peer-deps
COPY ./ /app/
RUN ionic build --prod