Dockerfile
← Back to explorer
1234567891011
# 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 . .