Kate555/School_Start_bot
0
1FROM python:3.122WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "mainbot.py"]1FROM python:3.122WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "mainbot.py"]