mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Fix critical error in dockerfile
- Don't' be putting no spaces in!
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# InvenTree environment variables for a development setup
|
||||
|
||||
# Set DEBUG to False for a production environment!
|
||||
INVENTREE_DEBUG=true
|
||||
INVENTREE_DEBUG=True
|
||||
|
||||
# Database linking options
|
||||
INVENTREE_DB_ENGINE=sqlite3
|
||||
|
Reference in New Issue
Block a user