From 7605dd5df4894885f5a78e42b69c2d3b35ba1626 Mon Sep 17 00:00:00 2001 From: Dushsmanxroni <96987366+Dushsmanxroni@users.noreply.github.com> Date: Sun, 2 Jan 2022 21:33:42 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 +