MUI update

This commit is contained in:
2022-05-06 00:49:23 +02:00
parent 053bb884d4
commit 018b208835
18 changed files with 1726 additions and 680 deletions

View File

@@ -12,7 +12,7 @@ RUN chmod +x ./fetch-yt-dlp.sh
RUN npm install
RUN npm run build-all
# cleanup
RUN npm remove parcel react react-dom react-bootstrap react-bootstrap-icons
RUN npm remove parcel
RUN rm -rf .parcel-cache
# expose and run
EXPOSE 3022