Spaces:
Sleeping
Sleeping
FROM python:3.10.6-slim-buster | |
WORKDIR . | |
COPY . . | |
RUN pip3 install -r requirements.txt | |
CMD ["python3", "bot.py"] | |
FROM python:3.10.6-slim-buster | |
WORKDIR . | |
COPY . . | |
RUN pip3 install -r requirements.txt | |
CMD ["python3", "bot.py"] | |