-
-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed postprocessor args * updated node builder version * temporary fix for nodejs/corepack#612
- Loading branch information
1 parent
2f2eca2
commit 67b01f9
Showing
2 changed files
with
4 additions
and
4 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,8 +1,8 @@ | ||
# Node (pnpm) ------------------------------------------------------------------ | ||
FROM node:20-slim AS ui | ||
FROM node:22-slim AS ui | ||
ENV PNPM_HOME="/pnpm" | ||
ENV PATH="$PNPM_HOME:$PATH" | ||
RUN corepack enable | ||
RUN corepack prepare [email protected] --activate && corepack enable | ||
COPY . /usr/src/yt-dlp-webui | ||
|
||
WORKDIR /usr/src/yt-dlp-webui/frontend | ||
|
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