Merge tag 'v0.2' into develop

This tag the version 0.2 of gd
This commit is contained in:
Evandre Da Silva
2022-07-04 16:33:36 +01:00
+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