diff --git a/Dockerfile b/Dockerfile index 483df2b7..527c66d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,5 +9,6 @@ RUN apk add --no-cache --virtual .build-deps ca-certificates gcc linux-headers m RUN pip install --upgrade pip RUN pip install -r requirements.txt - +RUN python manage.py makemigrations +RUN python manage.py migrate RUN apk del gcc .build-deps \ No newline at end of file