-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
249fe31
commit 4e87ce3
Showing
4 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,11 @@ RUN mkdir /app | |
WORKDIR /app | ||
|
||
# using npm 6.5.0 to fix installing certain cordova/ionic plugins | ||
RUN npm install -g [email protected] [email protected] @capacitor/[email protected] @capacitor/[email protected] @capacitor/cli@2.4.0 | ||
RUN npm install -g [email protected] @ionic/cli | ||
RUN npm cache clean -f | ||
RUN npm install -g n | ||
RUN n 10.14.1 | ||
|
||
RUN npm install @ionic/cli | ||
|
||
# Install app dependencies, using wildcard if package-lock exists | ||
COPY package.json /app/package.json | ||
COPY package-lock.json /app/package-lock.json | ||
|
@@ -42,7 +40,7 @@ RUN sed -i -e "s/VERSION_NUMBER/$VERSION/g" src/app/services/app-info/app-info.s | |
RUN sed -i -e "s/VERSION_CODE/$CI_PIPELINE_ID/g" src/app/services/app-info/app-info.service.ts | ||
# RUN sed -i -e "/\"version\"/c\ \"version\" :\"$VERSION\"," src/manifest.json | ||
|
||
# browserify coin-lib | ||
# fix crypto libraries | ||
RUN npm run postinstall | ||
|
||
# build ionic | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters