Feature: Add dev-docker-build and fronted-build with docker

This commit is contained in:
winkidney
2020-02-11 11:45:09 +08:00
parent 98644fe2f7
commit a06f3d2310

View File

@@ -1,3 +1,7 @@
dev-docker-serve:
docker-compose up web
dev-docker-build-frontend:
docker-compose up build_frontend
backup-images:
pipenv run python manage.py dumpdata django_images > db-backup.django_images.json
backup-all: