anydlbot / Dockerfile
imseldrith's picture
Upload 12 files
1834d0b
raw
history blame
174 Bytes
FROM breakdowns/mega-sdk-python:latest
WORKDIR /app
COPY requirements.txt .
RUN pip3 install -r requirements.txt
#COPY /app .
#set a default command
CMD ["python" ,"bot.py"]