Dockerfile refactor

This commit is contained in:
marco.piovanello
2023-10-25 13:57:55 +02:00
parent 2c238957d0
commit d5695077c4
+1 -1
View File
@@ -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