From 1f6d6d78394811b78ff50fd40d9931cb9fab4e8e Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Sun, 22 Jan 2023 10:28:42 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 11f0f62..326f861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ RUN apk update && \ COPY . . # build frontend WORKDIR /usr/src/yt-dlp-webui/frontend -RUN npm install && \ - npm run build +RUN npm install +RUN npm run build # build backend + incubator WORKDIR /usr/src/yt-dlp-webui RUN go build -o yt-dlp-webui