oxygenyt/bot
0
1FROM python:3.92WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "main.py"]6 1FROM python:3.92WORKDIR /code3COPY . .4RUN pip install --no-cache-dir -r requirements.txt5CMD ["python", "main.py"]6