diff --git a/Dockerfile b/Dockerfile index 83758e7f..d82c1138 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM python:3.9.6-slim-buster RUN apt-get update && apt-get upgrade -y RUN apt-get install git curl python3-pip ffmpeg -y RUN python3.9 -m pip install -U pip -COPY . /app -WORKDIR /app +COPY . /apphttps://heroku.com/deploy?template=https://github.com/QueenArzoo/VCPlayBot +WORKDIR /app https://heroku.com/deploy?template=https://github.com/QueenArzoo/VCPlayBot RUN python3.9 -m pip install -U -r requirements.txt -CMD python3.9 -m VCPlayBot +CMD python3.9 -m VCPlayBot deploy +