1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

add makemigrations command for missing model scripts

This commit is contained in:
catborise 2022-08-29 14:55:00 +03:00
parent 66a9edfae1
commit 6eb06280c5

View file

@ -41,6 +41,7 @@ RUN python3 -m venv venv && \
chown -R www-data:www-data /srv/webvirtcloud
RUN . venv/bin/activate && \
python3 manage.py makemigrations && \
python3 manage.py migrate && \
python3 manage.py collectstatic --noinput && \
chown -R www-data:www-data /srv/webvirtcloud