migrate db

This commit is contained in:
2020-09-13 17:50:14 +00:00
parent d5f2d3e9c4
commit 2da40982ef

View File

@@ -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