Dockerfile refactor
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM golang:alpine AS build
|
FROM golang:alpine AS build
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add nodejs yarn
|
apk add nodejs-current yarn
|
||||||
|
|
||||||
COPY . /usr/src/yt-dlp-webui
|
COPY . /usr/src/yt-dlp-webui
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user