CoolFace
Apppublic

Kfunga/mirror

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
Dockerfile12 linesDownload Raw Back to root
1FROM dawn001/z_mirror:main2 3WORKDIR /usr/src/app4RUN chmod 777 /usr/src/app5 6COPY requirements.txt .7RUN zee_env/bin/pip3.12 install --no-cache-dir -r requirements.txt8 9COPY . .10 11CMD ["bash", "start.sh"]12