mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix critical error in dockerfile
- Don't' be putting no spaces in!
This commit is contained in:
parent
7bf3229595
commit
a474000361
@ -1,5 +1,7 @@
|
|||||||
|
# InvenTree environment variables for a development setup
|
||||||
|
|
||||||
# Set DEBUG to False for a production environment!
|
# Set DEBUG to False for a production environment!
|
||||||
INVENTREE_DEBUG=true
|
INVENTREE_DEBUG=True
|
||||||
|
|
||||||
# Database linking options
|
# Database linking options
|
||||||
INVENTREE_DB_ENGINE=sqlite3
|
INVENTREE_DB_ENGINE=sqlite3
|
||||||
|
Loading…
Reference in New Issue
Block a user