-
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.
chore: use node 20.x in container and build with node 18.x
- Loading branch information
Showing
4 changed files
with
6 additions
and
6 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
ARG PLATFORM | ||
|
||
FROM myunisoft91/heif-converter.$PLATFORM:v0.0.1 | ||
FROM myunisoft91/heif-converter.$PLATFORM | ||
LABEL maintainer="Nicolas Marteau <[email protected]>" | ||
|
||
WORKDIR heif-converter | ||
COPY . . | ||
RUN npm install | ||
RUN npm run configure | ||
RUN npm run build | ||
RUN npm run configure -- --target=v18.12.0 | ||
RUN npm run build -- --target=v18.12.0 | ||
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