From 6afab605526ec428533ad6a836208d07c1b8fbf4 Mon Sep 17 00:00:00 2001 From: dotxbrain Date: Mon, 4 Aug 2025 05:23:12 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14d2634..562db08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.8-slim-buster +FROM python:3.10-slim RUN apt update && apt upgrade -y RUN apt install git -y @@ -10,3 +10,4 @@ RUN mkdir /VJ-Forward-Bot WORKDIR /VJ-Forward-Bot COPY . /VJ-Forward-Bot CMD gunicorn app:app & python3 main.py +