diff --git a/Dockerfile b/Dockerfile index 37e2c02..71a0fb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN pip install --upgrade pip RUN pip install -r docReq.txt RUN apt update -y -RUN apt install -y vim +RUN apt install -y vim --force-yes RUN python manage.py migrate