From e731cded1e599cdc0c85e4cc65774210aa74d7cd Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Sun, 8 May 2022 00:48:10 +0200 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b278e71..20a80be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ COPY . . RUN chmod +x ./fetch-yt-dlp.sh # install node dependencies RUN npm install -RUN npm run fetch RUN npm run build RUN npm run build-server +RUN npm run fetch # cleanup RUN npm remove parcel RUN rm -rf .parcel-cache