diff --git a/Dockerfile b/Dockerfile index 0ae434f..1d9e6e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Dockerfile # Pull the base image -FROM python:3.10 +FROM python:3.11.7-slim-bookworm # Set environment variables ENV PYTHONDONTWRITEBYTECODE 1 @@ -17,5 +17,5 @@ RUN pip install -r requirements.txt COPY . /code/ # Run migrations -RUN python manage.py makemigrations -RUN python manage.py migrate \ No newline at end of file +# RUN python manage.py makemigrations +RUN python manage.py migrate