CoolFace
Apppublic

Kate555/School_Start_bot

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
Dockerfile5 linesDownload Raw Back to root
1FROM python:3.122WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "mainbot.py"]