mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 01:57:16 +00:00
12e08d7c5d
Migrations and static assets collection are no longer performed every time we build an image. Instead, they are run on command.
5 lines
157 B
Makefile
5 lines
157 B
Makefile
migrate:
|
|
docker-compose run lms ./manage.py lms migrate --settings=production
|
|
assets:
|
|
docker-compose run lms paver update_assets lms --settings=production
|