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 +