-
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 [email protected] to be compatible with reef
- Loading branch information
Showing
5 changed files
with
18,175 additions
and
13,452 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
nodeLinker: 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,4 +1,4 @@ | ||
FROM node:20-alpine3.12 | ||
FROM node:16-alpine3.15 | ||
|
||
# Install dependencies not included in the base image | ||
RUN apk update | ||
|
@@ -16,7 +16,8 @@ COPY . /data | |
|
||
# Navigate to the nodejs root package, install dependencies and build the project | ||
WORKDIR /data | ||
RUN npm install yarn | ||
RUN corepack enable | ||
RUN corepack prepare [email protected] --activate | ||
RUN yarn | ||
RUN yarn build | ||
RUN chmod +x dist/bin/* | ||
|
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
Oops, something went wrong.