# FROM python:3.9
#
# WORKDIR /DeltaBot
#
# COPY requirements.txt /DeltaBot/requirements.txt
#
# RUN pip3 install -r requirements.txt
#
# RUN pip3 install --upgrade discord-components
#
# COPY . .
# FROM python:3.9
#
# WORKDIR /DeltaBot
#
# COPY requirements.txt /DeltaBot/requirements.txt
#
# RUN pip3 install -r requirements.txt
#
# RUN pip3 install --upgrade discord-components
#
# COPY . .