Fix Dockerfile

This commit is contained in:
marcobaobao
2022-05-08 00:48:10 +02:00
parent 2edca16f1d
commit e731cded1e
+1 -1
View File
@@ -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