migrate db
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user