CoolFace
Apppublic

pixelwander/metube

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
Dockerfile8 linesDownload Raw Back to root
1FROM archlinux:base2RUN useradd -m -u 1000 user3RUN pacman -Syy --noconfirm base-devel git python-pip npm ffmpeg4USER user5COPY --chown=user ./install.sh /home/user/install.sh6RUN chmod +x /home/user/install.sh7EXPOSE 80808CMD ["/home/user/install.sh"]