mirror of
https://github.com/marcopiovanello/yt-dlp-web-ui.git
synced 2026-07-25 06:54:30 +00:00
Dockerfile refactor
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM golang:alpine AS build
|
||||
|
||||
RUN apk update && \
|
||||
apk add nodejs yarn
|
||||
apk add nodejs-current yarn
|
||||
|
||||
COPY . /usr/src/yt-dlp-webui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user