-
Notifications
You must be signed in to change notification settings - Fork 3
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
Showing
5 changed files
with
26 additions
and
25 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 |
---|---|---|
|
@@ -7,4 +7,6 @@ prebuilds | |
index.d.ts | ||
LICENSE | ||
README.md | ||
docker | ||
docker | ||
src/build | ||
src/node_modules |
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 |
---|---|---|
@@ -1,11 +1,12 @@ | ||
ARG PLATFORM | ||
ARG ARCH | ||
|
||
FROM myunisoft91/heif-converter.$PLATFORM:v0.0.1 | ||
LABEL maintainer="Nicolas Marteau <[email protected]>" | ||
|
||
WORKDIR heif-converter | ||
COPY . . | ||
RUN npm install | ||
RUN npm run configure -- --arch=${ARCH:-x64} | ||
RUN npm run build -- --arch=${ARCH:-x64} | ||
RUN npm run configure | ||
RUN npm run build | ||
RUN npm run test |
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
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