Skip to content

Commit

Permalink
temporary fix for nodejs/corepack#612
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopiovanello committed Feb 3, 2025
1 parent beaa624 commit f09945a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
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
Expand Down

0 comments on commit f09945a

Please sign in to comment.