2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

All "development" related stuff now goes under ./dev

- Update dev-config.env
- Update docker-compose.dev.yml
- Development target of Dockerfile no longer creates any folders
- Update entry point scripts
This commit is contained in:
Oliver Walters
2021-06-15 23:05:03 +10:00
parent 8da00c6106
commit 01328075ea
6 changed files with 38 additions and 35 deletions

5
.gitignore vendored
View File

@ -61,4 +61,7 @@ secret_key.txt
# Coverage reports
.coverage
htmlcov/
htmlcov/
# Development files
.dev/