mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
add makemigrations command for missing model scripts
This commit is contained in:
parent
66a9edfae1
commit
6eb06280c5
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue